Html Css Color HEX #A0D11F Yellow Green

📋 copy color: '#A0D11F'

red 160 ◦ green 209 ◦ blue 31

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

Shades of Yellow Green #A0D11F

Tints of Yellow Green #A0D11F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 52.25%

 BLUE value IS 31 (12.5% from 255) = 7.75%

R = 40%
G = 52.25%
B = 7.75%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#A0D11F (or 0xA0D11F) is known color: Yellow Green. HEX triplet: A0, D1 and 1F. RGB value is (160,209,31). Sum of RGB (Red+Green+Blue) = 160+209+31=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 209 (82.03% from 255 or 52.25% from 400); Blue value is 31 (12.5% from 255 or 7.75% from 400); Max value from RGB is 209 - color contains mainly: green. Hex color #A0D11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D11F is #5F2EE0. Grayscale: #AEAEAE. Windows color (decimal): -6237921 or 2085280. OLE color: 2085280.

HSL color Cylindrical-coordinate representation of color #A0D11F: hue angle of 76.52º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A0D11F is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 160 209 31 -
CMYK 0.23 0 0.85 0.18
HSL 76.52º 0.74% 0.47% -
HSV(B) 76.52º 0.85% 0.82% -
XYZ 37.54 53.17 9.58 -
YUV 174.06 47.27 117.97 -
System Red Green Blue C M Y K H S L
Decimal 160 209 31 0.23 0 0.85 0.18 76.52 0.74 0.47
Hex A0 D1 1F 17 0 55 12 4D 4A 2F
Octal 240 321 37 27 0 125 22 115 112 57
Binary 10100000 11010001 11111 10111 0 1010101 10010 1001101 1001010 101111

Color Harmonies of #A0D11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D11F

Black with #A0D11F

Text Example


Text Example

White with #A0D11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D11F; }

 p { color: rgb(160,209,31); }

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

background-color css

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

 a { background-color: rgb(160,209,31); }

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

border-color css

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

 span { border-color: rgb(160,209,31); }

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