Html Css Color HEX #A0C210 Citrus

📋 copy color: '#A0C210'

red 160 ◦ green 194 ◦ blue 16

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

Shades of Citrus #A0C210

Tints of Citrus #A0C210

RGB

 RED value IS 160 (62.89% from 255) = 43.24%

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

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

R = 43.24%
G = 52.43%
B = 4.32%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#A0C210 (or 0xA0C210) is known color: Citrus. HEX triplet: A0, C2 and 10. RGB value is (160,194,16). Sum of RGB (Red+Green+Blue) = 160+194+16=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 194 (76.17% from 255 or 52.43% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C210 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C210 is #5F3DEF. Grayscale: #A4A4A4. Windows color (decimal): -6241776 or 1098400. OLE color: 1098400.

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

Color convert

RGB 160 194 16 -
CMYK 0.18 0 0.92 0.24
HSL 71.46º 0.85% 0.41% -
HSV(B) 71.46º 0.92% 0.76% -
XYZ 33.88 46.09 7.6 -
YUV 163.54 44.74 125.47 -
System Red Green Blue C M Y K H S L
Decimal 160 194 16 0.18 0 0.92 0.24 71.46 0.85 0.41
Hex A0 C2 10 12 0 5C 18 47 55 29
Octal 240 302 20 22 0 134 30 107 125 51
Binary 10100000 11000010 10000 10010 0 1011100 11000 1000111 1010101 101001

Color Harmonies of #A0C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C210

Black with #A0C210

Text Example


Text Example

White with #A0C210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C210; }

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

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

background-color css

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

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

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

border-color css

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

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

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