Html Css Color HEX #AAC002 Citrus

📋 copy color: '#AAC002'

red 170 ◦ green 192 ◦ blue 2

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

Shades of Citrus #AAC002

Tints of Citrus #AAC002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.75%

 BLUE value IS 2 (1.17% from 255) = 0.55%

R = 46.7%
G = 52.75%
B = 0.55%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#AAC002 (or 0xAAC002) is known color: Citrus. HEX triplet: AA, C0 and 02. RGB value is (170,192,2). Sum of RGB (Red+Green+Blue) = 170+192+2=364 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.70% from 364); Green value is 192 (75.39% from 255 or 52.75% from 364); Blue value is 2 (1.17% from 255 or 0.55% from 364); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC002 is #553FFD. Grayscale: #A4A4A4. Windows color (decimal): -5586942 or 180394. OLE color: 180394.

HSL color Cylindrical-coordinate representation of color #AAC002: hue angle of 66.95º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AAC002 is Cyan = 0.11, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 192 2 -
CMYK 0.11 0 0.99 0.25
HSL 66.95º 0.98% 0.38% -
HSV(B) 66.95º 0.99% 0.75% -
XYZ 35.44 46.25 7.12 -
YUV 163.76 36.71 132.45 -
System Red Green Blue C M Y K H S L
Decimal 170 192 2 0.11 0 0.99 0.25 66.95 0.98 0.38
Hex AA C0 2 B 0 63 19 43 62 26
Octal 252 300 2 13 0 143 31 103 142 46
Binary 10101010 11000000 10 1011 0 1100011 11001 1000011 1100010 100110

Color Harmonies of #AAC002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC002

Black with #AAC002

Text Example


Text Example

White with #AAC002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC002; }

 p { color: rgb(170,192,2); }

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

background-color css

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

 a { background-color: rgb(170,192,2); }

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

border-color css

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

 span { border-color: rgb(170,192,2); }

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