Html Css Color HEX #A3C210 Citrus

📋 copy color: '#A3C210'

red 163 ◦ green 194 ◦ blue 16

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

Shades of Citrus #A3C210

Tints of Citrus #A3C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.29%

R = 43.7%
G = 52.01%
B = 4.29%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A3C210 (or 0xA3C210) is known color: Citrus. HEX triplet: A3, C2 and 10. RGB value is (163,194,16). Sum of RGB (Red+Green+Blue) = 163+194+16=373 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.70% from 373); Green value is 194 (76.17% from 255 or 52.01% from 373); Blue value is 16 (6.64% from 255 or 4.29% from 373); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3C210 is #5C3DEF. Grayscale: #A5A5A5. Windows color (decimal): -6045168 or 1098403. OLE color: 1098403.

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

Color convert

RGB 163 194 16 -
CMYK 0.16 0 0.92 0.24
HSL 70.45º 0.85% 0.41% -
HSV(B) 70.45º 0.92% 0.76% -
XYZ 34.49 46.41 7.63 -
YUV 164.44 44.23 126.97 -
System Red Green Blue C M Y K H S L
Decimal 163 194 16 0.16 0 0.92 0.24 70.45 0.85 0.41
Hex A3 C2 10 10 0 5C 18 46 55 29
Octal 243 302 20 20 0 134 30 106 125 51
Binary 10100011 11000010 10000 10000 0 1011100 11000 1000110 1010101 101001

Color Harmonies of #A3C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3C210

Black with #A3C210

Text Example


Text Example

White with #A3C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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