Html Css Color HEX #A0C50E Citrus

📋 copy color: '#A0C50E'

red 160 ◦ green 197 ◦ blue 14

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

Shades of Citrus #A0C50E

Tints of Citrus #A0C50E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 53.1%

 BLUE value IS 14 (5.86% from 255) = 3.77%

R = 43.13%
G = 53.1%
B = 3.77%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#A0C50E (or 0xA0C50E) is known color: Citrus. HEX triplet: A0, C5 and 0E. RGB value is (160,197,14). Sum of RGB (Red+Green+Blue) = 160+197+14=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 197 (77.34% from 255 or 53.10% from 371); Blue value is 14 (5.86% from 255 or 3.77% from 371); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C50E is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A0C50E is #5F3AF1. Grayscale: #A5A5A5. Windows color (decimal): -6241010 or 968096. OLE color: 968096.

HSL color Cylindrical-coordinate representation of color #A0C50E: hue angle of 72.13º degrees, saturation: 0.87, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A0C50E is Cyan = 0.19, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 14 -
CMYK 0.19 0 0.93 0.23
HSL 72.13º 0.87% 0.41% -
HSV(B) 72.13º 0.93% 0.77% -
XYZ 34.54 47.44 7.75 -
YUV 165.08 42.74 124.38 -
System Red Green Blue C M Y K H S L
Decimal 160 197 14 0.19 0 0.93 0.23 72.13 0.87 0.41
Hex A0 C5 E 13 0 5D 17 48 57 29
Octal 240 305 16 23 0 135 27 110 127 51
Binary 10100000 11000101 1110 10011 0 1011101 10111 1001000 1010111 101001

Color Harmonies of #A0C50E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C50E

Black with #A0C50E

Text Example


Text Example

White with #A0C50E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C50E; }

 p { color: rgb(160,197,14); }

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

background-color css

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

 a { background-color: rgb(160,197,14); }

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

border-color css

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

 span { border-color: rgb(160,197,14); }

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