#8ABF2E

Color #8ABF2E Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #8ABF2E

Tints of Yellow Green #8ABF2E

Color information

#8ABF2E (or 0x8ABF2E) is unknown color: approx Yellow Green. HEX triplet: 8A, BF and 2E. RGB value is (138,191,46). Sum of RGB (Red+Green+Blue) = 138+191+46=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 191 (75% from 255 or 50.93% from 375); Blue value is 46 (18.36% from 255 or 12.27% from 375); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF2E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ABF2E is #7540D1. Grayscale: #9F9F9F. Windows color (decimal): -7684306 or 3063690. OLE color: 3063690.

HSL color Cylindrical-coordinate representation of color #8ABF2E: hue angle of 81.93º 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 #8ABF2E is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.25.

Color convert

RGB13819146-
CMYK0.2800.760.25
HSL81.93º61.18%46.47%-
HSV(B)81.93º75.92%74.9%-
XYZ29.6142.869.3-
YUV158.6264.44113.29-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.8%
GREEN value IS 191 (75% from 255) = 50.93%
BLUE value IS 46 (18.36% from 255) = 12.27%
R=36.8%
G=50.93%
B=12.27%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal138191460.2800.760.2581.9361.1846.47
Hex8ABF2E1C04C19523d2e
Octal21227756340114311227556
Binary10001010101111111011101110001001100110011010010111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8ABF2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8ABF2E; }

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

 H1.HeaderClassName
 {
   color: #8ABF2E;
 }
 .AnyTagClassName
 {
   color: #8ABF2E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #8ABF2E;
 }
 .BgClassName
 {
   background-color: #8ABF2E;
 }
</style>
border-color css

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

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

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