Html Css Color HEX #AAC305 Citrus

📋 copy color: '#AAC305'

red 170 ◦ green 195 ◦ blue 5

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

Shades of Citrus #AAC305

Tints of Citrus #AAC305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.35%

R = 45.95%
G = 52.7%
B = 1.35%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#AAC305 (or 0xAAC305) is known color: Citrus. HEX triplet: AA, C3 and 05. RGB value is (170,195,5). Sum of RGB (Red+Green+Blue) = 170+195+5=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 195 (76.56% from 255 or 52.70% from 370); Blue value is 5 (2.34% from 255 or 1.35% from 370); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC305 is #553CFA. Grayscale: #A6A6A6. Windows color (decimal): -5586171 or 377770. OLE color: 377770.

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

Color convert

RGB 170 195 5 -
CMYK 0.13 0 0.97 0.24
HSL 67.89º 0.95% 0.39% -
HSV(B) 67.89º 0.97% 0.76% -
XYZ 36.12 47.59 7.43 -
YUV 165.87 37.22 130.95 -
System Red Green Blue C M Y K H S L
Decimal 170 195 5 0.13 0 0.97 0.24 67.89 0.95 0.39
Hex AA C3 5 D 0 61 18 44 5F 27
Octal 252 303 5 15 0 141 30 104 137 47
Binary 10101010 11000011 101 1101 0 1100001 11000 1000100 1011111 100111

Color Harmonies of #AAC305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC305

Black with #AAC305

Text Example


Text Example

White with #AAC305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC305; }

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

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

background-color css

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

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

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

border-color css

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

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

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