Html Css Color HEX #8ADC6D Pastel Green

📋 copy color: '#8ADC6D'

red 138 ◦ green 220 ◦ blue 109

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

Shades of Pastel Green #8ADC6D

Tints of Pastel Green #8ADC6D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

 BLUE value IS 109 (42.97% from 255) = 23.34%

R = 29.55%
G = 47.11%
B = 23.34%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#8ADC6D (or 0x8ADC6D) is known color: Pastel Green. HEX triplet: 8A, DC and 6D. RGB value is (138,220,109). Sum of RGB (Red+Green+Blue) = 138+220+109=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC6D is #752392. Grayscale: #B7B7B7. Windows color (decimal): -7676819 or 7199882. OLE color: 7199882.

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

Color convert

RGB 138 220 109 -
CMYK 0.37 0 0.50 0.14
HSL 104.32º 0.61% 0.65% -
HSV(B) 104.32º 0.5% 0.86% -
XYZ 38.83 57.69 23.56 -
YUV 182.83 86.33 96.03 -
System Red Green Blue C M Y K H S L
Decimal 138 220 109 0.37 0 0.50 0.14 104.32 0.61 0.65
Hex 8A DC 6D 25 0 32 E 68 3D 41
Octal 212 334 155 45 0 62 16 150 75 101
Binary 10001010 11011100 1101101 100101 0 110010 1110 1101000 111101 1000001

Color Harmonies of #8ADC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADC6D

Black with #8ADC6D

Text Example


Text Example

White with #8ADC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,220,109); }

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

background-color css

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

 a { background-color: rgb(138,220,109); }

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

border-color css

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

 span { border-color: rgb(138,220,109); }

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