#90D24F

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

Shades of Atlantis #90D24F

Tints of Atlantis #90D24F

Color information

#90D24F (or 0x90D24F) is unknown color: approx Atlantis. HEX triplet: 90, D2 and 4F. RGB value is (144,210,79). Sum of RGB (Red+Green+Blue) = 144+210+79=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 210 (82.42% from 255 or 48.50% from 433); Blue value is 79 (31.25% from 255 or 18.24% from 433); Max value from RGB is 210 - color contains mainly: green. Hex color #90D24F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D24F is #6F2DB0. Grayscale: #AFAFAF. Windows color (decimal): -7286193 or 5231248. OLE color: 5231248.

HSL color Cylindrical-coordinate representation of color #90D24F: hue angle of 90.23º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #90D24F is Cyan = 0.31, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB14421079-
CMYK0.3100.620.18
HSL90.23º59.28%56.67%-
HSV(B)90.23º62.38%82.35%-
XYZ35.9652.5915.65-
YUV175.3373.63105.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 210 (82.42% from 255) = 48.50%
BLUE value IS 79 (31.25% from 255) = 18.24%
R=33.26%
G=48.50%
B=18.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144210790.3100.620.1890.2359.2856.67
Hex90D24F1F03E125a3b39
Octal22032211737076221327371
Binary10010000110100101001111111110111110100101011010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D24F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D24F; }

 p { color: rgb(144,210,79); }

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

<style>
 a { background-color: #90D24F; }

 a { background-color: rgb(144,210,79); }

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

<style>
 span { border-color: #90D24F; }

 span { border-color: rgb(144,210,79); }

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