#92ED4C

Color #92ED4C Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #92ED4C

Tints of Atlantis #92ED4C

Color information

#92ED4C (or 0x92ED4C) is unknown color: approx Atlantis. HEX triplet: 92, ED and 4C. RGB value is (146,237,76). Sum of RGB (Red+Green+Blue) = 146+237+76=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #92ED4C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92ED4C is #6D12B3. Grayscale: #BFBFBF. Windows color (decimal): -7148212 or 5041554. OLE color: 5041554.

HSL color Cylindrical-coordinate representation of color #92ED4C: hue angle of 93.91º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #92ED4C is Cyan = 0.38, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB14623776-
CMYK0.3800.680.07
HSL93.91º81.73%61.37%-
HSV(B)93.91º67.93%92.94%-
XYZ43.4467.217.52-
YUV191.4462.8595.59-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 31.81%
GREEN value IS 237 (92.97% from 255) = 51.63%
BLUE value IS 76 (30.08% from 255) = 16.56%
R=31.81%
G=51.63%
B=16.56%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146237760.3800.680.0793.9181.7361.37
Hex92ED4C2604475e523d
Octal222355114460104713612275
Binary100100101110110110011001001100100010011110111101010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92ED4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92ED4C; }

 p { color: rgb(146,237,76); }

 H1.HeaderClassName
 {
   color: #92ED4C;
 }
 .AnyTagClassName
 {
   color: #92ED4C;
 }
</style>
background-color css

<style>
 a { background-color: #92ED4C; }

 a { background-color: rgb(146,237,76); }

 div.DivClassName
 {
   background-color: #92ED4C;
 }
 .BgClassName
 {
   background-color: #92ED4C;
 }
</style>
border-color css

<style>
 span { border-color: #92ED4C; }

 span { border-color: rgb(146,237,76); }

 td.TdClassName
 {
   border-color: #92ED4C;
 }
 .TagClassName
 {
   border-color: #92ED4C;
 }
</style>