Html Css Color HEX #AACC05 Citrus

📋 copy color: '#AACC05'

red 170 ◦ green 204 ◦ blue 5

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

Shades of Citrus #AACC05

Tints of Citrus #AACC05

RGB

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

 GREEN value IS 204 (80.08% from 255) = 53.83%

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

R = 44.85%
G = 53.83%
B = 1.32%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#AACC05 (or 0xAACC05) is known color: Citrus. HEX triplet: AA, CC and 05. RGB value is (170,204,5). Sum of RGB (Red+Green+Blue) = 170+204+5=379 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.85% from 379); Green value is 204 (80.08% from 255 or 53.83% from 379); Blue value is 5 (2.34% from 255 or 1.32% from 379); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC05 is #5533FA. Grayscale: #ABABAB. Windows color (decimal): -5583867 or 380074. OLE color: 380074.

HSL color Cylindrical-coordinate representation of color #AACC05: hue angle of 70.25º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AACC05 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 5 -
CMYK 0.17 0 0.98 0.2
HSL 70.25º 0.95% 0.41% -
HSV(B) 70.25º 0.98% 0.8% -
XYZ 38.2 51.74 8.12 -
YUV 171.15 34.24 127.18 -
System Red Green Blue C M Y K H S L
Decimal 170 204 5 0.17 0 0.98 0.2 70.25 0.95 0.41
Hex AA CC 5 11 0 62 14 46 5F 29
Octal 252 314 5 21 0 142 24 106 137 51
Binary 10101010 11001100 101 10001 0 1100010 10100 1000110 1011111 101001

Color Harmonies of #AACC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC05

Black with #AACC05

Text Example


Text Example

White with #AACC05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC05; }

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

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

background-color css

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

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

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

border-color css

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

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

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