Html Css Color HEX #AACE04 Citrus

📋 copy color: '#AACE04'

red 170 ◦ green 206 ◦ blue 4

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

Shades of Citrus #AACE04

Tints of Citrus #AACE04

RGB

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

 GREEN value IS 206 (80.86% from 255) = 54.21%

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

R = 44.74%
G = 54.21%
B = 1.05%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#AACE04 (or 0xAACE04) is known color: Citrus. HEX triplet: AA, CE and 04. RGB value is (170,206,4). Sum of RGB (Red+Green+Blue) = 170+206+4=380 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.74% from 380); Green value is 206 (80.86% from 255 or 54.21% from 380); Blue value is 4 (1.95% from 255 or 1.05% from 380); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE04 is #5531FB. Grayscale: #ACACAC. Windows color (decimal): -5583356 or 315050. OLE color: 315050.

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

Color convert

RGB 170 206 4 -
CMYK 0.17 0 0.98 0.19
HSL 70.69º 0.96% 0.41% -
HSV(B) 70.69º 0.98% 0.81% -
XYZ 38.67 52.7 8.25 -
YUV 172.21 33.07 126.43 -
System Red Green Blue C M Y K H S L
Decimal 170 206 4 0.17 0 0.98 0.19 70.69 0.96 0.41
Hex AA CE 4 11 0 62 13 47 60 29
Octal 252 316 4 21 0 142 23 107 140 51
Binary 10101010 11001110 100 10001 0 1100010 10011 1000111 1100000 101001

Color Harmonies of #AACE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE04

Black with #AACE04

Text Example


Text Example

White with #AACE04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE04; }

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

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

background-color css

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

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

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

border-color css

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

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

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