#90C442

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

Shades of Atlantis #90C442

Tints of Atlantis #90C442

Color information

#90C442 (or 0x90C442) is unknown color: approx Atlantis. HEX triplet: 90, C4 and 42. RGB value is (144,196,66). Sum of RGB (Red+Green+Blue) = 144+196+66=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 196 (76.95% from 255 or 48.28% from 406); Blue value is 66 (26.17% from 255 or 16.26% from 406); Max value from RGB is 196 - color contains mainly: green. Hex color #90C442 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90C442 is #6F3BBD. Grayscale: #A6A6A6. Windows color (decimal): -7289790 or 4375696. OLE color: 4375696.

HSL color Cylindrical-coordinate representation of color #90C442: hue angle of 84º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #90C442 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB14419666-
CMYK0.2700.660.23
HSL84º52.42%51.37%-
HSV(B)84º66.33%76.86%-
XYZ32.2245.812.3-
YUV165.6371.77112.57-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 196 (76.95% from 255) = 48.28%
BLUE value IS 66 (26.17% from 255) = 16.26%
R=35.47%
G=48.28%
B=16.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144196660.2700.660.238452.4251.37
Hex90C4421B04217543433
Octal220304102330102271246463
Binary100100001100010010000101101101000010101111010100110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,196,66); }

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

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

 a { background-color: rgb(144,196,66); }

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

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

 span { border-color: rgb(144,196,66); }

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