Html Css Color HEX #AAC103 Citrus

📋 copy color: '#AAC103'

red 170 ◦ green 193 ◦ blue 3

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

Shades of Citrus #AAC103

Tints of Citrus #AAC103

RGB

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

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

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

R = 46.45%
G = 52.73%
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

#AAC103 (or 0xAAC103) is known color: Citrus. HEX triplet: AA, C1 and 03. RGB value is (170,193,3). Sum of RGB (Red+Green+Blue) = 170+193+3=366 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.45% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 3 (1.56% from 255 or 0.82% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #AAC103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC103 is #553EFC. Grayscale: #A5A5A5. Windows color (decimal): -5586685 or 246186. OLE color: 246186.

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

Color convert

RGB 170 193 3 -
CMYK 0.12 0 0.98 0.24
HSL 67.26º 0.97% 0.38% -
HSV(B) 67.26º 0.98% 0.76% -
XYZ 35.66 46.69 7.22 -
YUV 164.46 36.88 131.95 -
System Red Green Blue C M Y K H S L
Decimal 170 193 3 0.12 0 0.98 0.24 67.26 0.97 0.38
Hex AA C1 3 C 0 62 18 43 61 26
Octal 252 301 3 14 0 142 30 103 141 46
Binary 10101010 11000001 11 1100 0 1100010 11000 1000011 1100001 100110

Color Harmonies of #AAC103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC103

Black with #AAC103

Text Example


Text Example

White with #AAC103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC103; }

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

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

background-color css

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

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

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

border-color css

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

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

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