Html Css Color HEX #8AD934 Yellow Green

📋 copy color: '#8AD934'

red 138 ◦ green 217 ◦ blue 52

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

Shades of Yellow Green #8AD934

Tints of Yellow Green #8AD934

RGB

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

 GREEN value IS 217 (85.16% from 255) = 53.32%

 BLUE value IS 52 (20.7% from 255) = 12.78%

R = 33.91%
G = 53.32%
B = 12.78%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.76

 K value IS 0.15

RGB Variations

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

Color information

#8AD934 (or 0x8AD934) is known color: Yellow Green. HEX triplet: 8A, D9 and 34. RGB value is (138,217,52). Sum of RGB (Red+Green+Blue) = 138+217+52=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 217 (85.16% from 255 or 53.32% from 407); Blue value is 52 (20.70% from 255 or 12.78% from 407); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD934 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD934 is #7526CB. Grayscale: #AFAFAF. Windows color (decimal): -7677644 or 3463562. OLE color: 3463562.

HSL color Cylindrical-coordinate representation of color #8AD934: hue angle of 88.73º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8AD934 is Cyan = 0.36, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB 138 217 52 -
CMYK 0.36 0 0.76 0.15
HSL 88.73º 0.68% 0.53% -
HSV(B) 88.73º 0.76% 0.85% -
XYZ 35.91 55.28 12.03 -
YUV 174.57 58.83 101.92 -
System Red Green Blue C M Y K H S L
Decimal 138 217 52 0.36 0 0.76 0.15 88.73 0.68 0.53
Hex 8A D9 34 24 0 4C F 59 44 35
Octal 212 331 64 44 0 114 17 131 104 65
Binary 10001010 11011001 110100 100100 0 1001100 1111 1011001 1000100 110101

Color Harmonies of #8AD934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD934

Black with #8AD934

Text Example


Text Example

White with #8AD934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,217,52); }

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

background-color css

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

 a { background-color: rgb(138,217,52); }

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

border-color css

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

 span { border-color: rgb(138,217,52); }

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