Html Css Color HEX #A0BC34 Yellow Green

📋 copy color: '#A0BC34'

red 160 ◦ green 188 ◦ blue 52

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

Shades of Yellow Green #A0BC34

Tints of Yellow Green #A0BC34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 13%

R = 40%
G = 47%
B = 13%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.72

 K value IS 0.26

RGB Variations

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

Color information

#A0BC34 (or 0xA0BC34) is known color: Yellow Green. HEX triplet: A0, BC and 34. RGB value is (160,188,52). Sum of RGB (Red+Green+Blue) = 160+188+52=400 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 52 (20.70% from 255 or 13% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #A0BC34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BC34 is #5F43CB. Grayscale: #A4A4A4. Windows color (decimal): -6243276 or 3456160. OLE color: 3456160.

HSL color Cylindrical-coordinate representation of color #A0BC34: hue angle of 72.35º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A0BC34 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 188 52 -
CMYK 0.15 0 0.72 0.26
HSL 72.35º 0.57% 0.47% -
HSV(B) 72.35º 0.72% 0.74% -
XYZ 33.1 43.69 9.94 -
YUV 164.12 64.72 125.06 -
System Red Green Blue C M Y K H S L
Decimal 160 188 52 0.15 0 0.72 0.26 72.35 0.57 0.47
Hex A0 BC 34 F 0 48 1A 48 39 2F
Octal 240 274 64 17 0 110 32 110 71 57
Binary 10100000 10111100 110100 1111 0 1001000 11010 1001000 111001 101111

Color Harmonies of #A0BC34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BC34

Black with #A0BC34

Text Example


Text Example

White with #A0BC34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BC34; }

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

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

background-color css

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

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

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

border-color css

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

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

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