Html Css Color HEX #AAC104 Citrus

📋 copy color: '#AAC104'

red 170 ◦ green 193 ◦ blue 4

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

Shades of Citrus #AAC104

Tints of Citrus #AAC104

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.59%

 BLUE value IS 4 (1.95% from 255) = 1.09%

R = 46.32%
G = 52.59%
B = 1.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AAC104 (or 0xAAC104) is known color: Citrus. HEX triplet: AA, C1 and 04. RGB value is (170,193,4). Sum of RGB (Red+Green+Blue) = 170+193+4=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 193 (75.78% from 255 or 52.59% from 367); Blue value is 4 (1.95% from 255 or 1.09% from 367); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC104 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC104 is #553EFB. Grayscale: #A5A5A5. Windows color (decimal): -5586684 or 311722. OLE color: 311722.

HSL color Cylindrical-coordinate representation of color #AAC104: hue angle of 67.3º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AAC104 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 193 4 -
CMYK 0.12 0 0.98 0.24
HSL 67.3º 0.96% 0.39% -
HSV(B) 67.3º 0.98% 0.76% -
XYZ 35.67 46.69 7.25 -
YUV 164.58 37.38 131.87 -
System Red Green Blue C M Y K H S L
Decimal 170 193 4 0.12 0 0.98 0.24 67.3 0.96 0.39
Hex AA C1 4 C 0 62 18 43 60 27
Octal 252 301 4 14 0 142 30 103 140 47
Binary 10101010 11000001 100 1100 0 1100010 11000 1000011 1100000 100111

Color Harmonies of #AAC104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC104

Black with #AAC104

Text Example


Text Example

White with #AAC104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC104; }

 p { color: rgb(170,193,4); }

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

background-color css

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

 a { background-color: rgb(170,193,4); }

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

border-color css

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

 span { border-color: rgb(170,193,4); }

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