Html Css Color HEX #A0C110 Citrus

📋 copy color: '#A0C110'

red 160 ◦ green 193 ◦ blue 16

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

Shades of Citrus #A0C110

Tints of Citrus #A0C110

RGB

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

 GREEN value IS 193 (75.78% from 255) = 52.3%

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

R = 43.36%
G = 52.3%
B = 4.34%

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

#A0C110 (or 0xA0C110) is known color: Citrus. HEX triplet: A0, C1 and 10. RGB value is (160,193,16). Sum of RGB (Red+Green+Blue) = 160+193+16=369 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.36% from 369); Green value is 193 (75.78% from 255 or 52.30% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C110 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C110 is #5F3EEF. Grayscale: #A3A3A3. Windows color (decimal): -6242032 or 1098144. OLE color: 1098144.

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

Color convert

RGB 160 193 16 -
CMYK 0.17 0 0.92 0.24
HSL 71.19º 0.85% 0.41% -
HSV(B) 71.19º 0.92% 0.76% -
XYZ 33.66 45.65 7.53 -
YUV 162.96 45.07 125.89 -
System Red Green Blue C M Y K H S L
Decimal 160 193 16 0.17 0 0.92 0.24 71.19 0.85 0.41
Hex A0 C1 10 11 0 5C 18 47 55 29
Octal 240 301 20 21 0 134 30 107 125 51
Binary 10100000 11000001 10000 10001 0 1011100 11000 1000111 1010101 101001

Color Harmonies of #A0C110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C110

Black with #A0C110

Text Example


Text Example

White with #A0C110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C110; }

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

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

background-color css

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

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

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

border-color css

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

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

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