#90CA50

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

Shades of Atlantis #90CA50

Tints of Atlantis #90CA50

Color information

#90CA50 (or 0x90CA50) is unknown color: approx Atlantis. HEX triplet: 90, CA and 50. RGB value is (144,202,80). Sum of RGB (Red+Green+Blue) = 144+202+80=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 80 (31.64% from 255 or 18.78% from 426); Max value from RGB is 202 - color contains mainly: green. Hex color #90CA50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CA50 is #6F35AF. Grayscale: #ABABAB. Windows color (decimal): -7288240 or 5294736. OLE color: 5294736.

HSL color Cylindrical-coordinate representation of color #90CA50: hue angle of 88.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #90CA50 is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB14420280-
CMYK0.2900.600.21
HSL88.52º53.51%55.29%-
HSV(B)88.52º60.4%79.22%-
XYZ34.0748.7515.2-
YUV170.7576.78108.92-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 202 (79.30% from 255) = 47.42%
BLUE value IS 80 (31.64% from 255) = 18.78%
R=33.80%
G=47.42%
B=18.78%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144202800.2900.600.2188.5253.5155.29
Hex90CA501D03C15593637
Octal22031212035074251316667
Binary10010000110010101010000111010111100101011011001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CA50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,202,80); }

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

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

 a { background-color: rgb(144,202,80); }

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

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

 span { border-color: rgb(144,202,80); }

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