Html Css Color HEX #A0C310 Citrus

📋 copy color: '#A0C310'

red 160 ◦ green 195 ◦ blue 16

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

Shades of Citrus #A0C310

Tints of Citrus #A0C310

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.56%

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

R = 43.13%
G = 52.56%
B = 4.31%

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

#A0C310 (or 0xA0C310) is known color: Citrus. HEX triplet: A0, C3 and 10. RGB value is (160,195,16). Sum of RGB (Red+Green+Blue) = 160+195+16=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 195 (76.56% from 255 or 52.56% from 371); Blue value is 16 (6.64% from 255 or 4.31% from 371); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C310 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C310 is #5F3CEF. Grayscale: #A4A4A4. Windows color (decimal): -6241520 or 1098656. OLE color: 1098656.

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

Color convert

RGB 160 195 16 -
CMYK 0.18 0 0.92 0.24
HSL 71.73º 0.85% 0.41% -
HSV(B) 71.73º 0.92% 0.76% -
XYZ 34.11 46.54 7.68 -
YUV 164.13 44.4 125.05 -
System Red Green Blue C M Y K H S L
Decimal 160 195 16 0.18 0 0.92 0.24 71.73 0.85 0.41
Hex A0 C3 10 12 0 5C 18 48 55 29
Octal 240 303 20 22 0 134 30 110 125 51
Binary 10100000 11000011 10000 10010 0 1011100 11000 1001000 1010101 101001

Color Harmonies of #A0C310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C310

Black with #A0C310

Text Example


Text Example

White with #A0C310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C310; }

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

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

background-color css

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

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

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

border-color css

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

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

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