#8AD61E

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

Shades of Yellow Green #8AD61E

Tints of Yellow Green #8AD61E

Color information

#8AD61E (or 0x8AD61E) is unknown color: approx Yellow Green. HEX triplet: 8A, D6 and 1E. RGB value is (138,214,30). Sum of RGB (Red+Green+Blue) = 138+214+30=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 214 (83.98% from 255 or 56.02% from 382); Blue value is 30 (12.11% from 255 or 7.85% from 382); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD61E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD61E is #7529E1. Grayscale: #AAAAAA. Windows color (decimal): -7678434 or 2021002. OLE color: 2021002.

HSL color Cylindrical-coordinate representation of color #8AD61E: hue angle of 84.78º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8AD61E is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB13821430-
CMYK0.3600.860.16
HSL84.78º75.41%47.84%-
HSV(B)84.78º85.98%83.92%-
XYZ34.7653.599.74-
YUV170.348.82104.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.13%
GREEN value IS 214 (83.98% from 255) = 56.02%
BLUE value IS 30 (12.11% from 255) = 7.85%
R=36.13%
G=56.02%
B=7.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal138214300.3600.860.1684.7875.4147.84
Hex8AD61E2405610554b30
Octal212326364401262012511360
Binary100010101101011011110100100010101101000010101011001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AD61E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,214,30); }

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

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

 a { background-color: rgb(138,214,30); }

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

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

 span { border-color: rgb(138,214,30); }

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