Html Css Color HEX #8ADF7D Pastel Green

📋 copy color: '#8ADF7D'

red 138 ◦ green 223 ◦ blue 125

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

Shades of Pastel Green #8ADF7D

Tints of Pastel Green #8ADF7D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.88%

 BLUE value IS 125 (49.22% from 255) = 25.72%

R = 28.4%
G = 45.88%
B = 25.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#8ADF7D (or 0x8ADF7D) is known color: Pastel Green. HEX triplet: 8A, DF and 7D. RGB value is (138,223,125). Sum of RGB (Red+Green+Blue) = 138+223+125=486 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.40% from 486); Green value is 223 (87.5% from 255 or 45.88% from 486); Blue value is 125 (49.22% from 255 or 25.72% from 486); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF7D is #752082. Grayscale: #BABABA. Windows color (decimal): -7676035 or 8249226. OLE color: 8249226.

HSL color Cylindrical-coordinate representation of color #8ADF7D: hue angle of 112.04º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8ADF7D is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 223 125 -
CMYK 0.38 0 0.44 0.13
HSL 112.04º 0.6% 0.68% -
HSV(B) 112.04º 0.44% 0.87% -
XYZ 40.57 59.66 28.78 -
YUV 186.41 93.34 93.47 -
System Red Green Blue C M Y K H S L
Decimal 138 223 125 0.38 0 0.44 0.13 112.04 0.6 0.68
Hex 8A DF 7D 26 0 2C D 70 3C 44
Octal 212 337 175 46 0 54 15 160 74 104
Binary 10001010 11011111 1111101 100110 0 101100 1101 1110000 111100 1000100

Color Harmonies of #8ADF7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADF7D

Black with #8ADF7D

Text Example


Text Example

White with #8ADF7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,223,125); }

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

background-color css

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

 a { background-color: rgb(138,223,125); }

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

border-color css

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

 span { border-color: rgb(138,223,125); }

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