Html Css Color HEX #AAC30B Citrus

📋 copy color: '#AAC30B'

red 170 ◦ green 195 ◦ blue 11

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

Shades of Citrus #AAC30B

Tints of Citrus #AAC30B

RGB

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

 GREEN value IS 195 (76.56% from 255) = 51.86%

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

R = 45.21%
G = 51.86%
B = 2.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AAC30B (or 0xAAC30B) is known color: Citrus. HEX triplet: AA, C3 and 0B. RGB value is (170,195,11). Sum of RGB (Red+Green+Blue) = 170+195+11=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 195 (76.56% from 255 or 51.86% from 376); Blue value is 11 (4.69% from 255 or 2.93% from 376); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC30B is #553CF4. Grayscale: #A7A7A7. Windows color (decimal): -5586165 or 770986. OLE color: 770986.

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

Color convert

RGB 170 195 11 -
CMYK 0.13 0 0.94 0.24
HSL 68.15º 0.89% 0.4% -
HSV(B) 68.15º 0.94% 0.76% -
XYZ 36.15 47.6 7.6 -
YUV 166.55 40.22 130.46 -
System Red Green Blue C M Y K H S L
Decimal 170 195 11 0.13 0 0.94 0.24 68.15 0.89 0.4
Hex AA C3 B D 0 5E 18 44 59 28
Octal 252 303 13 15 0 136 30 104 131 50
Binary 10101010 11000011 1011 1101 0 1011110 11000 1000100 1011001 101000

Color Harmonies of #AAC30B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC30B

Black with #AAC30B

Text Example


Text Example

White with #AAC30B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC30B; }

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

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

background-color css

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

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

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

border-color css

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

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

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