Html Css Color HEX #8ADD8C Light Green

📋 copy color: '#8ADD8C'

red 138 ◦ green 221 ◦ blue 140

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

Shades of Light Green #8ADD8C

Tints of Light Green #8ADD8C

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.29%

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 27.66%
G = 44.29%
B = 28.06%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.37

 K value IS 0.13

RGB Variations

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

Color information

#8ADD8C (or 0x8ADD8C) is known color: Light Green. HEX triplet: 8A, DD and 8C. RGB value is (138,221,140). Sum of RGB (Red+Green+Blue) = 138+221+140=499 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.66% from 499); Green value is 221 (86.72% from 255 or 44.29% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8ADD8C is #752273. Grayscale: #BBBBBB. Windows color (decimal): -7676532 or 9231754. OLE color: 9231754.

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

Color convert

RGB 138 221 140 -
CMYK 0.38 0 0.37 0.13
HSL 121.45º 0.55% 0.7% -
HSV(B) 121.45º 0.38% 0.87% -
XYZ 41.07 59.01 34.04 -
YUV 186.95 101.5 93.09 -
System Red Green Blue C M Y K H S L
Decimal 138 221 140 0.38 0 0.37 0.13 121.45 0.55 0.7
Hex 8A DD 8C 26 0 25 D 79 37 46
Octal 212 335 214 46 0 45 15 171 67 106
Binary 10001010 11011101 10001100 100110 0 100101 1101 1111001 110111 1000110

Color Harmonies of #8ADD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ADD8C

Black with #8ADD8C

Text Example


Text Example

White with #8ADD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,221,140); }

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

background-color css

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

 a { background-color: rgb(138,221,140); }

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

border-color css

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

 span { border-color: rgb(138,221,140); }

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