Html Css Color HEX #8AD014 Yellow Green

📋 copy color: '#8AD014'

red 138 ◦ green 208 ◦ blue 20

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

Shades of Yellow Green #8AD014

Tints of Yellow Green #8AD014

RGB

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

 GREEN value IS 208 (81.64% from 255) = 56.83%

 BLUE value IS 20 (8.2% from 255) = 5.46%

R = 37.7%
G = 56.83%
B = 5.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#8AD014 (or 0x8AD014) is known color: Yellow Green. HEX triplet: 8A, D0 and 14. RGB value is (138,208,20). Sum of RGB (Red+Green+Blue) = 138+208+20=366 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.70% from 366); Green value is 208 (81.64% from 255 or 56.83% from 366); Blue value is 20 (8.20% from 255 or 5.46% from 366); Max value from RGB is 208 - color contains mainly: green. Hex color #8AD014 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AD014 is #752FEB. Grayscale: #A6A6A6. Windows color (decimal): -7679980 or 1364106. OLE color: 1364106.

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

Color convert

RGB 138 208 20 -
CMYK 0.34 0 0.90 0.18
HSL 82.34º 0.82% 0.45% -
HSV(B) 82.34º 0.9% 0.82% -
XYZ 33.16 50.57 8.67 -
YUV 165.64 45.81 108.29 -
System Red Green Blue C M Y K H S L
Decimal 138 208 20 0.34 0 0.90 0.18 82.34 0.82 0.45
Hex 8A D0 14 22 0 5A 12 52 52 2D
Octal 212 320 24 42 0 132 22 122 122 55
Binary 10001010 11010000 10100 100010 0 1011010 10010 1010010 1010010 101101

Color Harmonies of #8AD014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD014

Black with #8AD014

Text Example


Text Example

White with #8AD014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,208,20); }

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

background-color css

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

 a { background-color: rgb(138,208,20); }

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

border-color css

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

 span { border-color: rgb(138,208,20); }

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