Html Css Color HEX #8CDA6E Gossip

📋 copy color: '#8CDA6E'

red 140 ◦ green 218 ◦ blue 110

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

Shades of Gossip #8CDA6E

Tints of Gossip #8CDA6E

RGB

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

 GREEN value IS 218 (85.55% from 255) = 46.58%

 BLUE value IS 110 (43.36% from 255) = 23.5%

R = 29.91%
G = 46.58%
B = 23.5%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#8CDA6E (or 0x8CDA6E) is known color: Gossip. HEX triplet: 8C, DA and 6E. RGB value is (140,218,110). Sum of RGB (Red+Green+Blue) = 140+218+110=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 218 (85.55% from 255 or 46.58% from 468); Blue value is 110 (43.36% from 255 or 23.50% from 468); Max value from RGB is 218 - color contains mainly: green. Hex color #8CDA6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CDA6E is #732591. Grayscale: #B6B6B6. Windows color (decimal): -7546258 or 7264908. OLE color: 7264908.

HSL color Cylindrical-coordinate representation of color #8CDA6E: hue angle of 103.33º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CDA6E is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 140 218 110 -
CMYK 0.36 0 0.50 0.15
HSL 103.33º 0.59% 0.64% -
HSV(B) 103.33º 0.5% 0.85% -
XYZ 38.7 56.84 23.68 -
YUV 182.37 87.16 97.78 -
System Red Green Blue C M Y K H S L
Decimal 140 218 110 0.36 0 0.50 0.15 103.33 0.59 0.64
Hex 8C DA 6E 24 0 32 F 67 3B 40
Octal 214 332 156 44 0 62 17 147 73 100
Binary 10001100 11011010 1101110 100100 0 110010 1111 1100111 111011 1000000

Color Harmonies of #8CDA6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CDA6E

Black with #8CDA6E

Text Example


Text Example

White with #8CDA6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,218,110); }

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

background-color css

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

 a { background-color: rgb(140,218,110); }

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

border-color css

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

 span { border-color: rgb(140,218,110); }

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