#90E14F

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

Shades of Atlantis #90E14F

Tints of Atlantis #90E14F

Color information

#90E14F (or 0x90E14F) is unknown color: approx Atlantis. HEX triplet: 90, E1 and 4F. RGB value is (144,225,79). Sum of RGB (Red+Green+Blue) = 144+225+79=448 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32.14% from 448); Green value is 225 (88.28% from 255 or 50.22% from 448); Blue value is 79 (31.25% from 255 or 17.63% from 448); Max value from RGB is 225 - color contains mainly: green. Hex color #90E14F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90E14F is #6F1EB0. Grayscale: #B8B8B8. Windows color (decimal): -7282353 or 5235088. OLE color: 5235088.

HSL color Cylindrical-coordinate representation of color #90E14F: hue angle of 93.29º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90E14F is Cyan = 0.36, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.

Color convert

RGB14422579-
CMYK0.3600.650.12
HSL93.29º70.87%59.61%-
HSV(B)93.29º64.89%88.24%-
XYZ39.8460.3416.95-
YUV184.1468.6699.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.14%
GREEN value IS 225 (88.28% from 255) = 50.22%
BLUE value IS 79 (31.25% from 255) = 17.63%
R=32.14%
G=50.22%
B=17.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal144225790.3600.650.1293.2970.8759.61
Hex90E14F24041C5d473c
Octal2203411174401011413510774
Binary1001000011100001100111110010001000001110010111011000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90E14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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