Html Css Color HEX #8CC096 Summer Green

📋 copy color: '#8CC096'

red 140 ◦ green 192 ◦ blue 150

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

Shades of Summer Green #8CC096

Tints of Summer Green #8CC096

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 150 (58.98% from 255) = 31.12%

R = 29.05%
G = 39.83%
B = 31.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#8CC096 (or 0x8CC096) is known color: Summer Green. HEX triplet: 8C, C0 and 96. RGB value is (140,192,150). Sum of RGB (Red+Green+Blue) = 140+192+150=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 150 (58.98% from 255 or 31.12% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #8CC096 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CC096 is #733F69. Grayscale: #ABABAB. Windows color (decimal): -7552874 or 9879692. OLE color: 9879692.

HSL color Cylindrical-coordinate representation of color #8CC096: hue angle of 131.54º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8CC096 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 192 150 -
CMYK 0.27 0 0.22 0.25
HSL 131.54º 0.29% 0.65% -
HSV(B) 131.54º 0.27% 0.75% -
XYZ 35.17 45.48 35.78 -
YUV 171.66 115.77 105.42 -
System Red Green Blue C M Y K H S L
Decimal 140 192 150 0.27 0 0.22 0.25 131.54 0.29 0.65
Hex 8C C0 96 1B 0 16 19 84 1D 41
Octal 214 300 226 33 0 26 31 204 35 101
Binary 10001100 11000000 10010110 11011 0 10110 11001 10000100 11101 1000001

Color Harmonies of #8CC096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC096

Black with #8CC096

Text Example


Text Example

White with #8CC096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,192,150); }

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

background-color css

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

 a { background-color: rgb(140,192,150); }

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

border-color css

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

 span { border-color: rgb(140,192,150); }

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