Html Css Color HEX #AACC00 Citrus

📋 copy color: '#AACC00'

red 170 ◦ green 204 ◦ blue 0

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

Shades of Citrus #AACC00

Tints of Citrus #AACC00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.45%
G = 54.55%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#AACC00 (or 0xAACC00) is known color: Citrus. HEX triplet: AA, CC and 00. RGB value is (170,204,0). Sum of RGB (Red+Green+Blue) = 170+204+0=374 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.45% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 0 (0.39% from 255 or 0% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC00 is #5533FF. Grayscale: #ABABAB. Windows color (decimal): -5583872 or 52394. OLE color: 52394.

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

Color convert

RGB 170 204 0 -
CMYK 0.17 0 1 0.2
HSL 70º 1% 0.4% -
HSV(B) 70º 1% 0.8% -
XYZ 38.17 51.73 7.97 -
YUV 170.58 31.74 127.59 -
System Red Green Blue C M Y K H S L
Decimal 170 204 0 0.17 0 1 0.2 70 1 0.4
Hex AA CC 0 11 0 64 14 46 64 28
Octal 252 314 0 21 0 144 24 106 144 50
Binary 10101010 11001100 0 10001 0 1100100 10100 1000110 1100100 101000

Color Harmonies of #AACC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC00

Black with #AACC00

Text Example


Text Example

White with #AACC00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC00; }

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

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

background-color css

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

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

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

border-color css

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

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

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