Html Css Color HEX #AAC807 Citrus

📋 copy color: '#AAC807'

red 170 ◦ green 200 ◦ blue 7

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

Shades of Citrus #AAC807

Tints of Citrus #AAC807

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

 BLUE value IS 7 (3.13% from 255) = 1.86%

R = 45.09%
G = 53.05%
B = 1.86%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#AAC807 (or 0xAAC807) is known color: Citrus. HEX triplet: AA, C8 and 07. RGB value is (170,200,7). Sum of RGB (Red+Green+Blue) = 170+200+7=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 7 (3.12% from 255 or 1.86% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC807 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC807 is #5537F8. Grayscale: #A9A9A9. Windows color (decimal): -5584889 or 510122. OLE color: 510122.

HSL color Cylindrical-coordinate representation of color #AAC807: hue angle of 69.33º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #AAC807 is Cyan = 0.15, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 170 200 7 -
CMYK 0.15 0 0.96 0.22
HSL 69.33º 0.93% 0.41% -
HSV(B) 69.33º 0.97% 0.78% -
XYZ 37.27 49.87 7.86 -
YUV 169.03 36.56 128.69 -
System Red Green Blue C M Y K H S L
Decimal 170 200 7 0.15 0 0.96 0.22 69.33 0.93 0.41
Hex AA C8 7 F 0 60 16 45 5D 29
Octal 252 310 7 17 0 140 26 105 135 51
Binary 10101010 11001000 111 1111 0 1100000 10110 1000101 1011101 101001

Color Harmonies of #AAC807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC807

Black with #AAC807

Text Example


Text Example

White with #AAC807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC807; }

 p { color: rgb(170,200,7); }

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

background-color css

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

 a { background-color: rgb(170,200,7); }

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

border-color css

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

 span { border-color: rgb(170,200,7); }

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