Html Css Color HEX #A0BF2E Yellow Green

📋 copy color: '#A0BF2E'

red 160 ◦ green 191 ◦ blue 46

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

Shades of Yellow Green #A0BF2E

Tints of Yellow Green #A0BF2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 11.59%

R = 40.3%
G = 48.11%
B = 11.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.25

RGB Variations

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

Color information

#A0BF2E (or 0xA0BF2E) is known color: Yellow Green. HEX triplet: A0, BF and 2E. RGB value is (160,191,46). Sum of RGB (Red+Green+Blue) = 160+191+46=397 (52% of max value = 765). Red value is 160 (62.89% from 255 or 40.30% from 397); Green value is 191 (75% from 255 or 48.11% from 397); Blue value is 46 (18.36% from 255 or 11.59% from 397); Max value from RGB is 191 - color contains mainly: green. Hex color #A0BF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0BF2E is #5F40D1. Grayscale: #A5A5A5. Windows color (decimal): -6242514 or 3063712. OLE color: 3063712.

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

Color convert

RGB 160 191 46 -
CMYK 0.16 0 0.76 0.25
HSL 72.83º 0.61% 0.46% -
HSV(B) 72.83º 0.76% 0.75% -
XYZ 33.62 44.93 9.49 -
YUV 165.2 60.73 124.29 -
System Red Green Blue C M Y K H S L
Decimal 160 191 46 0.16 0 0.76 0.25 72.83 0.61 0.46
Hex A0 BF 2E 10 0 4C 19 49 3D 2E
Octal 240 277 56 20 0 114 31 111 75 56
Binary 10100000 10111111 101110 10000 0 1001100 11001 1001001 111101 101110

Color Harmonies of #A0BF2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0BF2E

Black with #A0BF2E

Text Example


Text Example

White with #A0BF2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0BF2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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