Html Css Color HEX #A1C210 Citrus

📋 copy color: '#A1C210'

red 161 ◦ green 194 ◦ blue 16

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

Shades of Citrus #A1C210

Tints of Citrus #A1C210

RGB

 RED value IS 161 (63.28% from 255) = 43.4%

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

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

R = 43.4%
G = 52.29%
B = 4.31%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A1C210 (or 0xA1C210) is known color: Citrus. HEX triplet: A1, C2 and 10. RGB value is (161,194,16). Sum of RGB (Red+Green+Blue) = 161+194+16=371 (49% of max value = 765). Red value is 161 (63.28% from 255 or 43.40% from 371); Green value is 194 (76.17% from 255 or 52.29% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A1C210 is #5E3DEF. Grayscale: #A4A4A4. Windows color (decimal): -6176240 or 1098401. OLE color: 1098401.

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

Color convert

RGB 161 194 16 -
CMYK 0.17 0 0.92 0.24
HSL 71.12º 0.85% 0.41% -
HSV(B) 71.12º 0.92% 0.76% -
XYZ 34.08 46.2 7.61 -
YUV 163.84 44.57 125.97 -
System Red Green Blue C M Y K H S L
Decimal 161 194 16 0.17 0 0.92 0.24 71.12 0.85 0.41
Hex A1 C2 10 11 0 5C 18 47 55 29
Octal 241 302 20 21 0 134 30 107 125 51
Binary 10100001 11000010 10000 10001 0 1011100 11000 1000111 1010101 101001

Color Harmonies of #A1C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C210

Black with #A1C210

Text Example


Text Example

White with #A1C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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