Html Css Color HEX #AAC00B Citrus

📋 copy color: '#AAC00B'

red 170 ◦ green 192 ◦ blue 11

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

Shades of Citrus #AAC00B

Tints of Citrus #AAC00B

RGB

 RED value IS 170 (66.8% from 255) = 45.58%

 GREEN value IS 192 (75.39% from 255) = 51.47%

 BLUE value IS 11 (4.69% from 255) = 2.95%

R = 45.58%
G = 51.47%
B = 2.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#AAC00B (or 0xAAC00B) is known color: Citrus. HEX triplet: AA, C0 and 0B. RGB value is (170,192,11). Sum of RGB (Red+Green+Blue) = 170+192+11=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC00B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC00B is #553FF4. Grayscale: #A5A5A5. Windows color (decimal): -5586933 or 770218. OLE color: 770218.

HSL color Cylindrical-coordinate representation of color #AAC00B: hue angle of 67.29º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AAC00B is Cyan = 0.11, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 11 -
CMYK 0.11 0 0.94 0.25
HSL 67.29º 0.89% 0.4% -
HSV(B) 67.29º 0.94% 0.75% -
XYZ 35.49 46.27 7.38 -
YUV 164.79 41.21 131.72 -
System Red Green Blue C M Y K H S L
Decimal 170 192 11 0.11 0 0.94 0.25 67.29 0.89 0.4
Hex AA C0 B B 0 5E 19 43 59 28
Octal 252 300 13 13 0 136 31 103 131 50
Binary 10101010 11000000 1011 1011 0 1011110 11001 1000011 1011001 101000

Color Harmonies of #AAC00B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC00B

Black with #AAC00B

Text Example


Text Example

White with #AAC00B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC00B; }

 p { color: rgb(170,192,11); }

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

background-color css

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

 a { background-color: rgb(170,192,11); }

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

border-color css

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

 span { border-color: rgb(170,192,11); }

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