Html Css Color HEX #AAC403 Citrus

📋 copy color: '#AAC403'

red 170 ◦ green 196 ◦ blue 3

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

Shades of Citrus #AAC403

Tints of Citrus #AAC403

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.81%

R = 46.07%
G = 53.12%
B = 0.81%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#AAC403 (or 0xAAC403) is known color: Citrus. HEX triplet: AA, C4 and 03. RGB value is (170,196,3). Sum of RGB (Red+Green+Blue) = 170+196+3=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 196 (76.95% from 255 or 53.12% from 369); Blue value is 3 (1.56% from 255 or 0.81% from 369); Max value from RGB is 196 - color contains mainly: green. Hex color #AAC403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC403 is #553BFC. Grayscale: #A6A6A6. Windows color (decimal): -5585917 or 246954. OLE color: 246954.

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

Color convert

RGB 170 196 3 -
CMYK 0.13 0 0.98 0.23
HSL 68.08º 0.97% 0.39% -
HSV(B) 68.08º 0.98% 0.77% -
XYZ 36.33 48.03 7.44 -
YUV 166.22 35.89 130.69 -
System Red Green Blue C M Y K H S L
Decimal 170 196 3 0.13 0 0.98 0.23 68.08 0.97 0.39
Hex AA C4 3 D 0 62 17 44 61 27
Octal 252 304 3 15 0 142 27 104 141 47
Binary 10101010 11000100 11 1101 0 1100010 10111 1000100 1100001 100111

Color Harmonies of #AAC403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC403

Black with #AAC403

Text Example


Text Example

White with #AAC403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC403; }

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

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

background-color css

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

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

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

border-color css

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

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

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