Html Css Color HEX #AAC10B Citrus

📋 copy color: '#AAC10B'

red 170 ◦ green 193 ◦ blue 11

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

Shades of Citrus #AAC10B

Tints of Citrus #AAC10B

RGB

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

 GREEN value IS 193 (75.78% from 255) = 51.6%

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

R = 45.45%
G = 51.6%
B = 2.94%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#AAC10B (or 0xAAC10B) is known color: Citrus. HEX triplet: AA, C1 and 0B. RGB value is (170,193,11). Sum of RGB (Red+Green+Blue) = 170+193+11=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 193 (75.78% from 255 or 51.60% from 374); Blue value is 11 (4.69% from 255 or 2.94% from 374); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC10B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC10B is #553EF4. Grayscale: #A6A6A6. Windows color (decimal): -5586677 or 770474. OLE color: 770474.

HSL color Cylindrical-coordinate representation of color #AAC10B: hue angle of 67.58º 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 #AAC10B is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 11 -
CMYK 0.12 0 0.94 0.24
HSL 67.58º 0.89% 0.4% -
HSV(B) 67.58º 0.94% 0.76% -
XYZ 35.71 46.71 7.45 -
YUV 165.38 40.88 131.3 -
System Red Green Blue C M Y K H S L
Decimal 170 193 11 0.12 0 0.94 0.24 67.58 0.89 0.4
Hex AA C1 B C 0 5E 18 44 59 28
Octal 252 301 13 14 0 136 30 104 131 50
Binary 10101010 11000001 1011 1100 0 1011110 11000 1000100 1011001 101000

Color Harmonies of #AAC10B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC10B

Black with #AAC10B

Text Example


Text Example

White with #AAC10B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC10B; }

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

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

background-color css

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

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

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

border-color css

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

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

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