Html Css Color HEX #8AD11F Yellow Green

📋 copy color: '#8AD11F'

red 138 ◦ green 209 ◦ blue 31

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

Shades of Yellow Green #8AD11F

Tints of Yellow Green #8AD11F

RGB

 RED value IS 138 (54.3% from 255) = 36.51%

 GREEN value IS 209 (82.03% from 255) = 55.29%

 BLUE value IS 31 (12.5% from 255) = 8.2%

R = 36.51%
G = 55.29%
B = 8.2%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#8AD11F (or 0x8AD11F) is known color: Yellow Green. HEX triplet: 8A, D1 and 1F. RGB value is (138,209,31). Sum of RGB (Red+Green+Blue) = 138+209+31=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 209 (82.03% from 255 or 55.29% from 378); Blue value is 31 (12.5% from 255 or 8.20% from 378); Max value from RGB is 209 - color contains mainly: green. Hex color #8AD11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD11F is #752EE0. Grayscale: #A8A8A8. Windows color (decimal): -7679713 or 2085258. OLE color: 2085258.

HSL color Cylindrical-coordinate representation of color #8AD11F: hue angle of 83.93º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8AD11F is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 138 209 31 -
CMYK 0.34 0 0.85 0.18
HSL 83.93º 0.74% 0.47% -
HSV(B) 83.93º 0.85% 0.82% -
XYZ 33.53 51.1 9.39 -
YUV 167.48 50.98 106.97 -
System Red Green Blue C M Y K H S L
Decimal 138 209 31 0.34 0 0.85 0.18 83.93 0.74 0.47
Hex 8A D1 1F 22 0 55 12 54 4A 2F
Octal 212 321 37 42 0 125 22 124 112 57
Binary 10001010 11010001 11111 100010 0 1010101 10010 1010100 1001010 101111

Color Harmonies of #8AD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD11F

Black with #8AD11F

Text Example


Text Example

White with #8AD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,209,31); }

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

background-color css

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

 a { background-color: rgb(138,209,31); }

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

border-color css

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

 span { border-color: rgb(138,209,31); }

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