#90d24d

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

Shades of Atlantis #90D24D

Tints of Atlantis #90D24D

Color information

#90D24D (or 0x90D24D) is unknown color: approx Atlantis. HEX triplet: 90, D2 and 4D. RGB value is (144,210,77). Sum of RGB (Red+Green+Blue) = 144+210+77=431 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.41% from 431); Green value is 210 (82.42% from 255 or 48.72% from 431); Blue value is 77 (30.47% from 255 or 17.87% from 431); Max value from RGB is 210 - color contains mainly: green. Hex color #90D24D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D24D is #6F2DB2. Grayscale: #AFAFAF. Windows color (decimal): -7286195 or 5100176. OLE color: 5100176.

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

Color convert

RGB14421077-
CMYK0.3100.630.18
HSL89.77º59.64%56.27%-
HSV(B)89.77º63.33%82.35%-
XYZ35.8952.5615.27-
YUV175.172.63105.81-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.41%
GREEN value IS 210 (82.42% from 255) = 48.72%
BLUE value IS 77 (30.47% from 255) = 17.87%
R=33.41%
G=48.72%
B=17.87%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144210770.3100.630.1889.7759.6456.27
Hex90D24D1F03F125a3c38
Octal22032211537077221327470
Binary10010000110100101001101111110111111100101011010111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90d24d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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