Html Css Color HEX #8CDC7A Pastel Green

📋 copy color: '#8CDC7A'

red 140 ◦ green 220 ◦ blue 122

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

Shades of Pastel Green #8CDC7A

Tints of Pastel Green #8CDC7A

RGB

 RED value IS 140 (55.08% from 255) = 29.05%

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

 BLUE value IS 122 (48.05% from 255) = 25.31%

R = 29.05%
G = 45.64%
B = 25.31%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#8CDC7A (or 0x8CDC7A) is known color: Pastel Green. HEX triplet: 8C, DC and 7A. RGB value is (140,220,122). Sum of RGB (Red+Green+Blue) = 140+220+122=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDC7A is #732385. Grayscale: #B9B9B9. Windows color (decimal): -7545734 or 8051852. OLE color: 8051852.

HSL color Cylindrical-coordinate representation of color #8CDC7A: hue angle of 108.98º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CDC7A is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.14.

Color convert

RGB 140 220 122 -
CMYK 0.36 0 0.45 0.14
HSL 108.98º 0.58% 0.67% -
HSV(B) 108.98º 0.45% 0.86% -
XYZ 39.92 58.17 27.54 -
YUV 184.91 92.5 95.97 -
System Red Green Blue C M Y K H S L
Decimal 140 220 122 0.36 0 0.45 0.14 108.98 0.58 0.67
Hex 8C DC 7A 24 0 2D E 6D 3A 43
Octal 214 334 172 44 0 55 16 155 72 103
Binary 10001100 11011100 1111010 100100 0 101101 1110 1101101 111010 1000011

Color Harmonies of #8CDC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDC7A

Black with #8CDC7A

Text Example


Text Example

White with #8CDC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,220,122); }

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

background-color css

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

 a { background-color: rgb(140,220,122); }

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

border-color css

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

 span { border-color: rgb(140,220,122); }

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