Html Css Color HEX #AAC303 Citrus

📋 copy color: '#AAC303'

red 170 ◦ green 195 ◦ blue 3

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

Shades of Citrus #AAC303

Tints of Citrus #AAC303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.99%

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

R = 46.2%
G = 52.99%
B = 0.82%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#AAC303 (or 0xAAC303) is known color: Citrus. HEX triplet: AA, C3 and 03. RGB value is (170,195,3). Sum of RGB (Red+Green+Blue) = 170+195+3=368 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.20% from 368); Green value is 195 (76.56% from 255 or 52.99% from 368); Blue value is 3 (1.56% from 255 or 0.82% from 368); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC303 is #553CFC. Grayscale: #A6A6A6. Windows color (decimal): -5586173 or 246698. OLE color: 246698.

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

Color convert

RGB 170 195 3 -
CMYK 0.13 0 0.98 0.24
HSL 67.81º 0.97% 0.39% -
HSV(B) 67.81º 0.98% 0.76% -
XYZ 36.11 47.58 7.37 -
YUV 165.64 36.22 131.11 -
System Red Green Blue C M Y K H S L
Decimal 170 195 3 0.13 0 0.98 0.24 67.81 0.97 0.39
Hex AA C3 3 D 0 62 18 44 61 27
Octal 252 303 3 15 0 142 30 104 141 47
Binary 10101010 11000011 11 1101 0 1100010 11000 1000100 1100001 100111

Color Harmonies of #AAC303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC303

Black with #AAC303

Text Example


Text Example

White with #AAC303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC303; }

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

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

background-color css

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

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

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

border-color css

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

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

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