Html Css Color HEX #99CC45 Atlantis

📋 copy color: '#99CC45'

red 153 ◦ green 204 ◦ blue 69

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

Shades of Atlantis #99CC45

Tints of Atlantis #99CC45

RGB

 RED value IS 153 (60.16% from 255) = 35.92%

 GREEN value IS 204 (80.08% from 255) = 47.89%

 BLUE value IS 69 (27.34% from 255) = 16.2%

R = 35.92%
G = 47.89%
B = 16.2%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#99CC45 (or 0x99CC45) is known color: Atlantis. HEX triplet: 99, CC and 45. RGB value is (153,204,69). Sum of RGB (Red+Green+Blue) = 153+204+69=426 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.92% from 426); Green value is 204 (80.08% from 255 or 47.89% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 204 - color contains mainly: green. Hex color #99CC45 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99CC45 is #6633BA. Grayscale: #ADADAD. Windows color (decimal): -6697915 or 4574361. OLE color: 4574361.

HSL color Cylindrical-coordinate representation of color #99CC45: hue angle of 82.67º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #99CC45 is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 153 204 69 -
CMYK 0.25 0 0.66 0.2
HSL 82.67º 0.57% 0.54% -
HSV(B) 82.67º 0.66% 0.8% -
XYZ 35.8 50.39 13.47 -
YUV 173.36 69.1 113.48 -
System Red Green Blue C M Y K H S L
Decimal 153 204 69 0.25 0 0.66 0.2 82.67 0.57 0.54
Hex 99 CC 45 19 0 42 14 53 39 36
Octal 231 314 105 31 0 102 24 123 71 66
Binary 10011001 11001100 1000101 11001 0 1000010 10100 1010011 111001 110110

Color Harmonies of #99CC45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99CC45

Black with #99CC45

Text Example


Text Example

White with #99CC45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99CC45; }

 p { color: rgb(153,204,69); }

 H1.HeaderClassName
 {
   color: #99CC45;
 }
 .AnyTagClassName
 {
   color: #99CC45;
 }
</style>

background-color css

<style>
 a { background-color: #99CC45; }

 a { background-color: rgb(153,204,69); }

 div.DivClassName
 {
   background-color: #99CC45;
 }
 .BgClassName
 {
   background-color: #99CC45;
 }
</style>

border-color css

<style>
 span { border-color: #99CC45; }

 span { border-color: rgb(153,204,69); }

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