Html Css Color HEX #8AD974 Pastel Green

📋 copy color: '#8AD974'

red 138 ◦ green 217 ◦ blue 116

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

Shades of Pastel Green #8AD974

Tints of Pastel Green #8AD974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.63%

R = 29.3%
G = 46.07%
B = 24.63%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#8AD974 (or 0x8AD974) is known color: Pastel Green. HEX triplet: 8A, D9 and 74. RGB value is (138,217,116). Sum of RGB (Red+Green+Blue) = 138+217+116=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 217 (85.16% from 255 or 46.07% from 471); Blue value is 116 (45.70% from 255 or 24.63% from 471); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD974 is #75268B. Grayscale: #B6B6B6. Windows color (decimal): -7677580 or 7657866. OLE color: 7657866.

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

Color convert

RGB 138 217 116 -
CMYK 0.36 0 0.47 0.15
HSL 106.93º 0.57% 0.65% -
HSV(B) 106.93º 0.47% 0.85% -
XYZ 38.45 56.29 25.36 -
YUV 181.87 90.83 96.71 -
System Red Green Blue C M Y K H S L
Decimal 138 217 116 0.36 0 0.47 0.15 106.93 0.57 0.65
Hex 8A D9 74 24 0 2F F 6B 39 41
Octal 212 331 164 44 0 57 17 153 71 101
Binary 10001010 11011001 1110100 100100 0 101111 1111 1101011 111001 1000001

Color Harmonies of #8AD974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AD974

Black with #8AD974

Text Example


Text Example

White with #8AD974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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