Html Css Color HEX #AAC308 Citrus

📋 copy color: '#AAC308'

red 170 ◦ green 195 ◦ blue 8

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

Shades of Citrus #AAC308

Tints of Citrus #AAC308

RGB

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

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

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

R = 45.58%
G = 52.28%
B = 2.14%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.96

 K value IS 0.24

RGB Variations

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

Color information

#AAC308 (or 0xAAC308) is known color: Citrus. HEX triplet: AA, C3 and 08. RGB value is (170,195,8). Sum of RGB (Red+Green+Blue) = 170+195+8=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 195 (76.56% from 255 or 52.28% from 373); Blue value is 8 (3.52% from 255 or 2.14% from 373); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC308 is #553CF7. Grayscale: #A6A6A6. Windows color (decimal): -5586168 or 574378. OLE color: 574378.

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

Color convert

RGB 170 195 8 -
CMYK 0.13 0 0.96 0.24
HSL 68.02º 0.92% 0.4% -
HSV(B) 68.02º 0.96% 0.76% -
XYZ 36.14 47.59 7.51 -
YUV 166.21 38.72 130.71 -
System Red Green Blue C M Y K H S L
Decimal 170 195 8 0.13 0 0.96 0.24 68.02 0.92 0.4
Hex AA C3 8 D 0 60 18 44 5C 28
Octal 252 303 10 15 0 140 30 104 134 50
Binary 10101010 11000011 1000 1101 0 1100000 11000 1000100 1011100 101000

Color Harmonies of #AAC308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC308

Black with #AAC308

Text Example


Text Example

White with #AAC308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC308; }

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

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

background-color css

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

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

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

border-color css

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

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

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