Html Css Color HEX #90CC48 Atlantis

📋 copy color: '#90CC48'

red 144 ◦ green 204 ◦ blue 72

#90CC48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #90CC48

Tints of Atlantis #90CC48

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 value IS 0.29

 M value IS 0

 Y value IS 0.65

 K value IS 0.2

RGB Variations

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

Color information

#90CC48 (or 0x90CC48) is known color: 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

RGB 144 204 72 -
CMYK 0.29 0 0.65 0.2
HSL 87.27º 0.56% 0.54% -
HSV(B) 87.27º 0.65% 0.8% -
XYZ 34.26 49.58 13.9 -
YUV 171.01 72.12 108.73 -
System Red Green Blue C M Y K H S L
Decimal 144 204 72 0.29 0 0.65 0.2 87.27 0.56 0.54
Hex 90 CC 48 1D 0 41 14 57 38 36
Octal 220 314 110 35 0 101 24 127 70 66
Binary 10010000 11001100 1001000 11101 0 1000001 10100 1010111 111000 110110

Color Harmonies of #90CC48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90CC48

Black with #90CC48

Text Example


Text Example

White with #90CC48

Text Example


Text Example

HTML Codes & Css Web 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>