Html Css Color HEX #8AD40F Yellow Green

📋 copy color: '#8AD40F'

red 138 ◦ green 212 ◦ blue 15

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

Shades of Yellow Green #8AD40F

Tints of Yellow Green #8AD40F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 58.08%

 BLUE value IS 15 (6.25% from 255) = 4.11%

R = 37.81%
G = 58.08%
B = 4.11%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.93

 K value IS 0.17

RGB Variations

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

Color information

#8AD40F (or 0x8AD40F) is known color: Yellow Green. HEX triplet: 8A, D4 and 0F. RGB value is (138,212,15). Sum of RGB (Red+Green+Blue) = 138+212+15=365 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.81% from 365); Green value is 212 (83.20% from 255 or 58.08% from 365); Blue value is 15 (6.25% from 255 or 4.11% from 365); Max value from RGB is 212 - color contains mainly: green. Hex color #8AD40F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD40F is #752BF0. Grayscale: #A8A8A8. Windows color (decimal): -7678961 or 1037450. OLE color: 1037450.

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

Color convert

RGB 138 212 15 -
CMYK 0.35 0 0.93 0.17
HSL 82.54º 0.87% 0.45% -
HSV(B) 82.54º 0.93% 0.83% -
XYZ 34.11 52.52 8.79 -
YUV 167.42 41.98 107.02 -
System Red Green Blue C M Y K H S L
Decimal 138 212 15 0.35 0 0.93 0.17 82.54 0.87 0.45
Hex 8A D4 F 23 0 5D 11 53 57 2D
Octal 212 324 17 43 0 135 21 123 127 55
Binary 10001010 11010100 1111 100011 0 1011101 10001 1010011 1010111 101101

Color Harmonies of #8AD40F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD40F

Black with #8AD40F

Text Example


Text Example

White with #8AD40F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,212,15); }

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

background-color css

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

 a { background-color: rgb(138,212,15); }

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

border-color css

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

 span { border-color: rgb(138,212,15); }

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