Html Css Color HEX #AAC108 Citrus

📋 copy color: '#AAC108'

red 170 ◦ green 193 ◦ blue 8

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

Shades of Citrus #AAC108

Tints of Citrus #AAC108

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.16%

R = 45.82%
G = 52.02%
B = 2.16%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#AAC108 (or 0xAAC108) is known color: Citrus. HEX triplet: AA, C1 and 08. RGB value is (170,193,8). Sum of RGB (Red+Green+Blue) = 170+193+8=371 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.82% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 8 (3.52% from 255 or 2.16% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC108 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC108 is #553EF7. Grayscale: #A5A5A5. Windows color (decimal): -5586680 or 573866. OLE color: 573866.

HSL color Cylindrical-coordinate representation of color #AAC108: hue angle of 67.46º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC108 is Cyan = 0.12, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 8 -
CMYK 0.12 0 0.96 0.24
HSL 67.46º 0.92% 0.39% -
HSV(B) 67.46º 0.96% 0.76% -
XYZ 35.69 46.7 7.36 -
YUV 165.03 39.38 131.54 -
System Red Green Blue C M Y K H S L
Decimal 170 193 8 0.12 0 0.96 0.24 67.46 0.92 0.39
Hex AA C1 8 C 0 60 18 43 5C 27
Octal 252 301 10 14 0 140 30 103 134 47
Binary 10101010 11000001 1000 1100 0 1100000 11000 1000011 1011100 100111

Color Harmonies of #AAC108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC108

Black with #AAC108

Text Example


Text Example

White with #AAC108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC108; }

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

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

background-color css

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

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

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

border-color css

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

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

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