Html Css Color HEX #AAC400 Citrus

📋 copy color: '#AAC400'

red 170 ◦ green 196 ◦ blue 0

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

Shades of Citrus #AAC400

Tints of Citrus #AAC400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 53.55%

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

R = 46.45%
G = 53.55%
B = 0%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#AAC400 (or 0xAAC400) is known color: Citrus. HEX triplet: AA, C4 and 00. RGB value is (170,196,0). Sum of RGB (Red+Green+Blue) = 170+196+0=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 196 (76.95% from 255 or 53.55% from 366); Blue value is 0 (0.39% from 255 or 0% from 366); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC400 is #553BFF. Grayscale: #A6A6A6. Windows color (decimal): -5585920 or 50346. OLE color: 50346.

HSL color Cylindrical-coordinate representation of color #AAC400: hue angle of 67.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #AAC400 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 170 196 0 -
CMYK 0.13 0 1 0.23
HSL 67.96º 1% 0.38% -
HSV(B) 67.96º 1% 0.77% -
XYZ 36.32 48.03 7.36 -
YUV 165.88 34.39 130.94 -
System Red Green Blue C M Y K H S L
Decimal 170 196 0 0.13 0 1 0.23 67.96 1 0.38
Hex AA C4 0 D 0 64 17 44 64 26
Octal 252 304 0 15 0 144 27 104 144 46
Binary 10101010 11000100 0 1101 0 1100100 10111 1000100 1100100 100110

Color Harmonies of #AAC400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC400

Black with #AAC400

Text Example


Text Example

White with #AAC400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC400; }

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

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

background-color css

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

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

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

border-color css

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

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

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