#90CC48

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

Shades of Atlantis #90CC48

Tints of Atlantis #90CC48

Color information

#90CC48 (or 0x90CC48) is unknown color: approx Atlantis. HEX triplet: 90, CC and 48. RGB value is (144,204,72). Sum of RGB (Red+Green+Blue) = 144+204+72=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 72 (28.52% from 255 or 17.14% from 420); Max value from RGB is 204 - color contains mainly: green. Hex color #90CC48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #90CC48 is #6F33B7. Grayscale: #ABABAB. Windows color (decimal): -7287736 or 4770960. OLE color: 4770960.

HSL color Cylindrical-coordinate representation of color #90CC48: hue angle of 87.27º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #90CC48 is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB14420472-
CMYK0.2900.650.2
HSL87.27º56.41%54.12%-
HSV(B)87.27º64.71%80%-
XYZ34.2649.5813.9-
YUV171.0172.12108.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 204 (80.08% from 255) = 48.57%
BLUE value IS 72 (28.52% from 255) = 17.14%
R=34.29%
G=48.57%
B=17.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal144204720.2900.650.287.2756.4154.12
Hex90CC481D04114573836
Octal220314110350101241277066
Binary100100001100110010010001110101000001101001010111111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CC48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,204,72); }

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

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

 a { background-color: rgb(144,204,72); }

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

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

 span { border-color: rgb(144,204,72); }

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