#90C94C

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

Shades of Atlantis #90C94C

Tints of Atlantis #90C94C

Color information

#90C94C (or 0x90C94C) is unknown color: approx Atlantis. HEX triplet: 90, C9 and 4C. RGB value is (144,201,76). Sum of RGB (Red+Green+Blue) = 144+201+76=421 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.20% from 421); Green value is 201 (78.91% from 255 or 47.74% from 421); Blue value is 76 (30.08% from 255 or 18.05% from 421); Max value from RGB is 201 - color contains mainly: green. Hex color #90C94C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C94C is #6F36B3. Grayscale: #AAAAAA. Windows color (decimal): -7288500 or 5032336. OLE color: 5032336.

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

Color convert

RGB14420176-
CMYK0.2800.620.21
HSL87.36º53.65%54.31%-
HSV(B)87.36º62.19%78.82%-
XYZ33.6948.2214.37-
YUV169.7175.12109.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.20%
GREEN value IS 201 (78.91% from 255) = 47.74%
BLUE value IS 76 (30.08% from 255) = 18.05%
R=34.20%
G=47.74%
B=18.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal144201760.2800.620.2187.3653.6554.31
Hex90C94C1C03E15573636
Octal22031111434076251276666
Binary10010000110010011001100111000111110101011010111110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C94C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,201,76); }

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

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

 a { background-color: rgb(144,201,76); }

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

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

 span { border-color: rgb(144,201,76); }

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