Html Css Color HEX #AAC203 Citrus

📋 copy color: '#AAC203'

red 170 ◦ green 194 ◦ blue 3

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

Shades of Citrus #AAC203

Tints of Citrus #AAC203

RGB

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

 GREEN value IS 194 (76.17% from 255) = 52.86%

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

R = 46.32%
G = 52.86%
B = 0.82%

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

#AAC203 (or 0xAAC203) is known color: Citrus. HEX triplet: AA, C2 and 03. RGB value is (170,194,3). Sum of RGB (Red+Green+Blue) = 170+194+3=367 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.32% from 367); Green value is 194 (76.17% from 255 or 52.86% from 367); Blue value is 3 (1.56% from 255 or 0.82% from 367); Max value from RGB is 194 - color contains mainly: green. Hex color #AAC203 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC203 is #553DFC. Grayscale: #A5A5A5. Windows color (decimal): -5586429 or 246442. OLE color: 246442.

HSL color Cylindrical-coordinate representation of color #AAC203: hue angle of 67.54º degrees, saturation: 0.97, 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 #AAC203 is Cyan = 0.12, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 194 3 -
CMYK 0.12 0 0.98 0.24
HSL 67.54º 0.97% 0.39% -
HSV(B) 67.54º 0.98% 0.76% -
XYZ 35.89 47.14 7.29 -
YUV 165.05 36.55 131.53 -
System Red Green Blue C M Y K H S L
Decimal 170 194 3 0.12 0 0.98 0.24 67.54 0.97 0.39
Hex AA C2 3 C 0 62 18 44 61 27
Octal 252 302 3 14 0 142 30 104 141 47
Binary 10101010 11000010 11 1100 0 1100010 11000 1000100 1100001 100111

Color Harmonies of #AAC203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC203

Black with #AAC203

Text Example


Text Example

White with #AAC203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC203; }

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

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

background-color css

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

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

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

border-color css

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

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

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