Html Css Color HEX #A0BC39 Yellow Green

📋 copy color: '#A0BC39'

red 160 ◦ green 188 ◦ blue 57

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

Shades of Yellow Green #A0BC39

Tints of Yellow Green #A0BC39

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.42%

 BLUE value IS 57 (22.66% from 255) = 14.07%

R = 39.51%
G = 46.42%
B = 14.07%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#A0BC39 (or 0xA0BC39) is known color: Yellow Green. HEX triplet: A0, BC and 39. RGB value is (160,188,57). Sum of RGB (Red+Green+Blue) = 160+188+57=405 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.51% from 405); Green value is 188 (73.83% from 255 or 46.42% from 405); Blue value is 57 (22.66% from 255 or 14.07% from 405); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC39 is #5F43C6. Grayscale: #A5A5A5. Windows color (decimal): -6243271 or 3783840. OLE color: 3783840.

HSL color Cylindrical-coordinate representation of color #A0BC39: hue angle of 72.82º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A0BC39 is Cyan = 0.15, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 57 -
CMYK 0.15 0 0.70 0.26
HSL 72.82º 0.53% 0.48% -
HSV(B) 72.82º 0.7% 0.74% -
XYZ 33.22 43.74 10.56 -
YUV 164.69 67.22 124.65 -
System Red Green Blue C M Y K H S L
Decimal 160 188 57 0.15 0 0.70 0.26 72.82 0.53 0.48
Hex A0 BC 39 F 0 46 1A 49 35 30
Octal 240 274 71 17 0 106 32 111 65 60
Binary 10100000 10111100 111001 1111 0 1000110 11010 1001001 110101 110000

Color Harmonies of #A0BC39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC39

Black with #A0BC39

Text Example


Text Example

White with #A0BC39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC39; }

 p { color: rgb(160,188,57); }

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

background-color css

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

 a { background-color: rgb(160,188,57); }

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

border-color css

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

 span { border-color: rgb(160,188,57); }

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