Html Css Color HEX #AAC309 Citrus

📋 copy color: '#AAC309'

red 170 ◦ green 195 ◦ blue 9

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

Shades of Citrus #AAC309

Tints of Citrus #AAC309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.41%

R = 45.45%
G = 52.14%
B = 2.41%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#AAC309 (or 0xAAC309) is known color: Citrus. HEX triplet: AA, C3 and 09. RGB value is (170,195,9). Sum of RGB (Red+Green+Blue) = 170+195+9=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 9 (3.91% from 255 or 2.41% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC309 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC309 is #553CF6. Grayscale: #A7A7A7. Windows color (decimal): -5586167 or 639914. OLE color: 639914.

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

Color convert

RGB 170 195 9 -
CMYK 0.13 0 0.95 0.24
HSL 68.06º 0.91% 0.4% -
HSV(B) 68.06º 0.95% 0.76% -
XYZ 36.14 47.6 7.54 -
YUV 166.32 39.22 130.62 -
System Red Green Blue C M Y K H S L
Decimal 170 195 9 0.13 0 0.95 0.24 68.06 0.91 0.4
Hex AA C3 9 D 0 5F 18 44 5B 28
Octal 252 303 11 15 0 137 30 104 133 50
Binary 10101010 11000011 1001 1101 0 1011111 11000 1000100 1011011 101000

Color Harmonies of #AAC309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC309

Black with #AAC309

Text Example


Text Example

White with #AAC309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC309; }

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

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

background-color css

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

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

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

border-color css

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

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

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