Html Css Color HEX #AACA03 Citrus

📋 copy color: '#AACA03'

red 170 ◦ green 202 ◦ blue 3

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

Shades of Citrus #AACA03

Tints of Citrus #AACA03

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.87%

 BLUE value IS 3 (1.56% from 255) = 0.8%

R = 45.33%
G = 53.87%
B = 0.8%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.99

 K value IS 0.21

RGB Variations

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

Color information

#AACA03 (or 0xAACA03) is known color: Citrus. HEX triplet: AA, CA and 03. RGB value is (170,202,3). Sum of RGB (Red+Green+Blue) = 170+202+3=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 202 (79.30% from 255 or 53.87% from 375); Blue value is 3 (1.56% from 255 or 0.8% from 375); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACA03 is #5535FC. Grayscale: #AAAAAA. Windows color (decimal): -5584381 or 248490. OLE color: 248490.

HSL color Cylindrical-coordinate representation of color #AACA03: hue angle of 69.65º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AACA03 is Cyan = 0.16, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 202 3 -
CMYK 0.16 0 0.99 0.21
HSL 69.65º 0.97% 0.4% -
HSV(B) 69.65º 0.99% 0.79% -
XYZ 37.71 50.79 7.9 -
YUV 169.75 33.9 128.18 -
System Red Green Blue C M Y K H S L
Decimal 170 202 3 0.16 0 0.99 0.21 69.65 0.97 0.4
Hex AA CA 3 10 0 63 15 46 61 28
Octal 252 312 3 20 0 143 25 106 141 50
Binary 10101010 11001010 11 10000 0 1100011 10101 1000110 1100001 101000

Color Harmonies of #AACA03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACA03

Black with #AACA03

Text Example


Text Example

White with #AACA03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACA03; }

 p { color: rgb(170,202,3); }

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

background-color css

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

 a { background-color: rgb(170,202,3); }

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

border-color css

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

 span { border-color: rgb(170,202,3); }

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