Html Css Color HEX #AACC04 Citrus

📋 copy color: '#AACC04'

red 170 ◦ green 204 ◦ blue 4

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

Shades of Citrus #AACC04

Tints of Citrus #AACC04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 44.97%
G = 53.97%
B = 1.06%

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

#AACC04 (or 0xAACC04) is known color: Citrus. HEX triplet: AA, CC and 04. RGB value is (170,204,4). Sum of RGB (Red+Green+Blue) = 170+204+4=378 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.97% from 378); Green value is 204 (80.08% from 255 or 53.97% from 378); Blue value is 4 (1.95% from 255 or 1.06% from 378); Max value from RGB is 204 - color contains mainly: green. Hex color #AACC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACC04 is #5533FB. Grayscale: #ABABAB. Windows color (decimal): -5583868 or 314538. OLE color: 314538.

HSL color Cylindrical-coordinate representation of color #AACC04: hue angle of 70.2º degrees, saturation: 0.96, 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 #AACC04 is Cyan = 0.17, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.

Color convert

RGB 170 204 4 -
CMYK 0.17 0 0.98 0.2
HSL 70.2º 0.96% 0.41% -
HSV(B) 70.2º 0.98% 0.8% -
XYZ 38.19 51.74 8.09 -
YUV 171.03 33.74 127.26 -
System Red Green Blue C M Y K H S L
Decimal 170 204 4 0.17 0 0.98 0.2 70.2 0.96 0.41
Hex AA CC 4 11 0 62 14 46 60 29
Octal 252 314 4 21 0 142 24 106 140 51
Binary 10101010 11001100 100 10001 0 1100010 10100 1000110 1100000 101001

Color Harmonies of #AACC04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACC04

Black with #AACC04

Text Example


Text Example

White with #AACC04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACC04; }

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

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

background-color css

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

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

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

border-color css

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

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

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