Html Css Color HEX #A0BF37 Yellow Green

📋 copy color: '#A0BF37'

red 160 ◦ green 191 ◦ blue 55

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

Shades of Yellow Green #A0BF37

Tints of Yellow Green #A0BF37

RGB

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

 GREEN value IS 191 (75% from 255) = 47.04%

 BLUE value IS 55 (21.88% from 255) = 13.55%

R = 39.41%
G = 47.04%
B = 13.55%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.71

 K value IS 0.25

RGB Variations

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

Color information

#A0BF37 (or 0xA0BF37) is known color: Yellow Green. HEX triplet: A0, BF and 37. RGB value is (160,191,55). Sum of RGB (Red+Green+Blue) = 160+191+55=406 (53% of max value = 765). Red value is 160 (62.89% from 255 or 39.41% from 406); Green value is 191 (75% from 255 or 47.04% from 406); Blue value is 55 (21.88% from 255 or 13.55% from 406); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF37 is #5F40C8. Grayscale: #A6A6A6. Windows color (decimal): -6242505 or 3653536. OLE color: 3653536.

HSL color Cylindrical-coordinate representation of color #A0BF37: hue angle of 73.68º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A0BF37 is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 191 55 -
CMYK 0.16 0 0.71 0.25
HSL 73.68º 0.55% 0.48% -
HSV(B) 73.68º 0.71% 0.75% -
XYZ 33.82 45.01 10.52 -
YUV 166.23 65.23 123.56 -
System Red Green Blue C M Y K H S L
Decimal 160 191 55 0.16 0 0.71 0.25 73.68 0.55 0.48
Hex A0 BF 37 10 0 47 19 4A 37 30
Octal 240 277 67 20 0 107 31 112 67 60
Binary 10100000 10111111 110111 10000 0 1000111 11001 1001010 110111 110000

Color Harmonies of #A0BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF37

Black with #A0BF37

Text Example


Text Example

White with #A0BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF37; }

 p { color: rgb(160,191,55); }

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

background-color css

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

 a { background-color: rgb(160,191,55); }

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

border-color css

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

 span { border-color: rgb(160,191,55); }

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