Html Css Color HEX #AACC03 Citrus

📋 copy color: '#AACC03'

red 170 ◦ green 204 ◦ blue 3

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

Shades of Citrus #AACC03

Tints of Citrus #AACC03

RGB

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

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

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

R = 45.09%
G = 54.11%
B = 0.8%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#AACC03 (or 0xAACC03) is known color: Citrus. HEX triplet: AA, CC and 03. RGB value is (170,204,3). Sum of RGB (Red+Green+Blue) = 170+204+3=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 204 (80.08% from 255 or 54.11% from 377); Blue value is 3 (1.56% from 255 or 0.80% from 377); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC03 is #5533FC. Grayscale: #ABABAB. Windows color (decimal): -5583869 or 249002. OLE color: 249002.

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

Color convert

RGB 170 204 3 -
CMYK 0.17 0 0.99 0.2
HSL 70.15º 0.97% 0.41% -
HSV(B) 70.15º 0.99% 0.8% -
XYZ 38.19 51.74 8.06 -
YUV 170.92 33.24 127.34 -
System Red Green Blue C M Y K H S L
Decimal 170 204 3 0.17 0 0.99 0.2 70.15 0.97 0.41
Hex AA CC 3 11 0 63 14 46 61 29
Octal 252 314 3 21 0 143 24 106 141 51
Binary 10101010 11001100 11 10001 0 1100011 10100 1000110 1100001 101001

Color Harmonies of #AACC03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC03

Black with #AACC03

Text Example


Text Example

White with #AACC03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC03; }

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

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

background-color css

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

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

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

border-color css

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

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

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