Html Css Color HEX #8ADB71 Pastel Green

📋 copy color: '#8ADB71'

red 138 ◦ green 219 ◦ blue 113

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

Shades of Pastel Green #8ADB71

Tints of Pastel Green #8ADB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 46.6%

 BLUE value IS 113 (44.53% from 255) = 24.04%

R = 29.36%
G = 46.6%
B = 24.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#8ADB71 (or 0x8ADB71) is known color: Pastel Green. HEX triplet: 8A, DB and 71. RGB value is (138,219,113). Sum of RGB (Red+Green+Blue) = 138+219+113=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 219 (85.94% from 255 or 46.60% from 470); Blue value is 113 (44.53% from 255 or 24.04% from 470); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB71 is #75248E. Grayscale: #B7B7B7. Windows color (decimal): -7677071 or 7461770. OLE color: 7461770.

HSL color Cylindrical-coordinate representation of color #8ADB71: hue angle of 105.85º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8ADB71 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 219 113 -
CMYK 0.37 0 0.48 0.14
HSL 105.85º 0.6% 0.65% -
HSV(B) 105.85º 0.48% 0.86% -
XYZ 38.79 57.26 24.63 -
YUV 182.7 88.66 96.12 -
System Red Green Blue C M Y K H S L
Decimal 138 219 113 0.37 0 0.48 0.14 105.85 0.6 0.65
Hex 8A DB 71 25 0 30 E 6A 3C 41
Octal 212 333 161 45 0 60 16 152 74 101
Binary 10001010 11011011 1110001 100101 0 110000 1110 1101010 111100 1000001

Color Harmonies of #8ADB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADB71

Black with #8ADB71

Text Example


Text Example

White with #8ADB71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,219,113); }

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

background-color css

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

 a { background-color: rgb(138,219,113); }

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

border-color css

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

 span { border-color: rgb(138,219,113); }

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