Html Css Color HEX #AACE00 Citrus

📋 copy color: '#AACE00'

red 170 ◦ green 206 ◦ blue 0

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

Shades of Citrus #AACE00

Tints of Citrus #AACE00

RGB

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

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

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

R = 45.21%
G = 54.79%
B = 0%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#AACE00 (or 0xAACE00) is known color: Citrus. HEX triplet: AA, CE and 00. RGB value is (170,206,0). Sum of RGB (Red+Green+Blue) = 170+206+0=376 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.21% from 376); Green value is 206 (80.86% from 255 or 54.79% from 376); Blue value is 0 (0.39% from 255 or 0% from 376); Max value from RGB is 206 - color contains mainly: green. Hex color #AACE00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACE00 is #5531FF. Grayscale: #ACACAC. Windows color (decimal): -5583360 or 52906. OLE color: 52906.

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

Color convert

RGB 170 206 0 -
CMYK 0.17 0 1 0.19
HSL 70.49º 1% 0.4% -
HSV(B) 70.49º 1% 0.81% -
XYZ 38.65 52.69 8.13 -
YUV 171.75 31.07 126.75 -
System Red Green Blue C M Y K H S L
Decimal 170 206 0 0.17 0 1 0.19 70.49 1 0.4
Hex AA CE 0 11 0 64 13 46 64 28
Octal 252 316 0 21 0 144 23 106 144 50
Binary 10101010 11001110 0 10001 0 1100100 10011 1000110 1100100 101000

Color Harmonies of #AACE00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACE00

Black with #AACE00

Text Example


Text Example

White with #AACE00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACE00; }

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

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

background-color css

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

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

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

border-color css

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

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

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