#90F24A

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

Shades of Atlantis #90F24A

Tints of Atlantis #90F24A

Color information

#90F24A (or 0x90F24A) is unknown color: approx Atlantis. HEX triplet: 90, F2 and 4A. RGB value is (144,242,74). Sum of RGB (Red+Green+Blue) = 144+242+74=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 242 (94.92% from 255 or 52.61% from 460); Blue value is 74 (29.30% from 255 or 16.09% from 460); Max value from RGB is 242 - color contains mainly: green. Hex color #90F24A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #90F24A is #6F0DB5. Grayscale: #C2C2C2. Windows color (decimal): -7278006 or 4911760. OLE color: 4911760.

HSL color Cylindrical-coordinate representation of color #90F24A: hue angle of 95º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #90F24A is Cyan = 0.40, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.05.

Color convert

RGB14424274-
CMYK0.4000.690.05
HSL95º86.6%61.96%-
HSV(B)95º69.42%94.9%-
XYZ44.4969.9317.63-
YUV193.5560.5392.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 242 (94.92% from 255) = 52.61%
BLUE value IS 74 (29.30% from 255) = 16.09%
R=31.30%
G=52.61%
B=16.09%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal144242740.4000.690.059586.661.96
Hex90F24A2804555f573e
Octal220362112500105513712776
Binary100100001111001010010101010000100010110110111111010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90F24A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,242,74); }

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

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

 a { background-color: rgb(144,242,74); }

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

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

 span { border-color: rgb(144,242,74); }

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