Html Css Color HEX #A3C206 Citrus

📋 copy color: '#A3C206'

red 163 ◦ green 194 ◦ blue 6

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

Shades of Citrus #A3C206

Tints of Citrus #A3C206

RGB

 RED value IS 163 (64.06% from 255) = 44.9%

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

 BLUE value IS 6 (2.73% from 255) = 1.65%

R = 44.9%
G = 53.44%
B = 1.65%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#A3C206 (or 0xA3C206) is known color: Citrus. HEX triplet: A3, C2 and 06. RGB value is (163,194,6). Sum of RGB (Red+Green+Blue) = 163+194+6=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 194 (76.17% from 255 or 53.44% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C206 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C206 is #5C3DF9. Grayscale: #A4A4A4. Windows color (decimal): -6045178 or 443043. OLE color: 443043.

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

Color convert

RGB 163 194 6 -
CMYK 0.16 0 0.97 0.24
HSL 69.89º 0.94% 0.39% -
HSV(B) 69.89º 0.97% 0.76% -
XYZ 34.43 46.38 7.31 -
YUV 163.3 39.23 127.79 -
System Red Green Blue C M Y K H S L
Decimal 163 194 6 0.16 0 0.97 0.24 69.89 0.94 0.39
Hex A3 C2 6 10 0 61 18 46 5E 27
Octal 243 302 6 20 0 141 30 106 136 47
Binary 10100011 11000010 110 10000 0 1100001 11000 1000110 1011110 100111

Color Harmonies of #A3C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C206

Black with #A3C206

Text Example


Text Example

White with #A3C206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C206; }

 p { color: rgb(163,194,6); }

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

background-color css

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

 a { background-color: rgb(163,194,6); }

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

border-color css

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

 span { border-color: rgb(163,194,6); }

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