Html Css Color HEX #99AA02 Citrus

📋 copy color: '#99AA02'

red 153 ◦ green 170 ◦ blue 2

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

Shades of Citrus #99AA02

Tints of Citrus #99AA02

RGB

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

 GREEN value IS 170 (66.8% from 255) = 52.31%

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 47.08%
G = 52.31%
B = 0.62%

CMYK

 C value IS 0.1

 M value IS 0

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#99AA02 (or 0x99AA02) is known color: Citrus. HEX triplet: 99, AA and 02. RGB value is (153,170,2). Sum of RGB (Red+Green+Blue) = 153+170+2=325 (43% of max value = 765). Red value is 153 (60.16% from 255 or 47.08% from 325); Green value is 170 (66.80% from 255 or 52.31% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 170 - color contains mainly: green. Hex color #99AA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #99AA02 is #6655FD. Grayscale: #929292. Windows color (decimal): -6706686 or 174745. OLE color: 174745.

HSL color Cylindrical-coordinate representation of color #99AA02: hue angle of 66.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99AA02 is Cyan = 0.1, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 153 170 2 -
CMYK 0.1 0 0.99 0.33
HSL 66.07º 0.98% 0.34% -
HSV(B) 66.07º 0.99% 0.67% -
XYZ 27.52 35.53 5.46 -
YUV 145.77 46.87 133.16 -
System Red Green Blue C M Y K H S L
Decimal 153 170 2 0.1 0 0.99 0.33 66.07 0.98 0.34
Hex 99 AA 2 A 0 63 21 42 62 22
Octal 231 252 2 12 0 143 41 102 142 42
Binary 10011001 10101010 10 1010 0 1100011 100001 1000010 1100010 100010

Color Harmonies of #99AA02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99AA02

Black with #99AA02

Text Example


Text Example

White with #99AA02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,170,2); }

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

background-color css

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

 a { background-color: rgb(153,170,2); }

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

border-color css

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

 span { border-color: rgb(153,170,2); }

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