Html Css Color HEX #AAC00D Citrus

📋 copy color: '#AAC00D'

red 170 ◦ green 192 ◦ blue 13

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

Shades of Citrus #AAC00D

Tints of Citrus #AAC00D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.47%

R = 45.33%
G = 51.2%
B = 3.47%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#AAC00D (or 0xAAC00D) is known color: Citrus. HEX triplet: AA, C0 and 0D. RGB value is (170,192,13). Sum of RGB (Red+Green+Blue) = 170+192+13=375 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.33% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 13 (5.47% from 255 or 3.47% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC00D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC00D is #553FF2. Grayscale: #A5A5A5. Windows color (decimal): -5586931 or 901290. OLE color: 901290.

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

Color convert

RGB 170 192 13 -
CMYK 0.11 0 0.93 0.25
HSL 67.37º 0.87% 0.4% -
HSV(B) 67.37º 0.93% 0.75% -
XYZ 35.5 46.27 7.44 -
YUV 165.02 42.21 131.55 -
System Red Green Blue C M Y K H S L
Decimal 170 192 13 0.11 0 0.93 0.25 67.37 0.87 0.4
Hex AA C0 D B 0 5D 19 43 57 28
Octal 252 300 15 13 0 135 31 103 127 50
Binary 10101010 11000000 1101 1011 0 1011101 11001 1000011 1010111 101000

Color Harmonies of #AAC00D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC00D

Black with #AAC00D

Text Example


Text Example

White with #AAC00D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC00D; }

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

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

background-color css

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

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

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

border-color css

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

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

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