#8AD31B

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

Shades of Yellow Green #8AD31B

Tints of Yellow Green #8AD31B

Color information

#8AD31B (or 0x8AD31B) is unknown color: approx Yellow Green. HEX triplet: 8A, D3 and 1B. RGB value is (138,211,27). Sum of RGB (Red+Green+Blue) = 138+211+27=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 27 (10.94% from 255 or 7.18% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #8AD31B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD31B is #752CE4. Grayscale: #A8A8A8. Windows color (decimal): -7679205 or 1823626. OLE color: 1823626.

HSL color Cylindrical-coordinate representation of color #8AD31B: hue angle of 83.8º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AD31B is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB13821127-
CMYK0.3500.870.17
HSL83.8º77.31%46.67%-
HSV(B)83.8º87.2%82.75%-
XYZ33.9752.079.3-
YUV168.248.32106.46-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 211 (82.81% from 255) = 56.12%
BLUE value IS 27 (10.94% from 255) = 7.18%
R=36.70%
G=56.12%
B=7.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal138211270.3500.870.1783.877.3146.67
Hex8AD31B2305711544d2f
Octal212323334301272112411557
Binary100010101101001111011100011010101111000110101001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,211,27); }

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

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

 a { background-color: rgb(138,211,27); }

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

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

 span { border-color: rgb(138,211,27); }

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