#8cdb93

Color #8CDB93 Light Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Green #8CDB93

Tints of Light Green #8CDB93

Color information

#8CDB93 (or 0x8CDB93) is unknown color: approx Light Green. HEX triplet: 8C, DB and 93. RGB value is (140,219,147). Sum of RGB (Red+Green+Blue) = 140+219+147=506 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.67% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 147 (57.81% from 255 or 29.05% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #8CDB93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDB93 is #73246C. Grayscale: #BBBBBB. Windows color (decimal): -7545965 or 9689996. OLE color: 9689996.

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

Color convert

RGB140219147-
CMYK0.3600.330.14
HSL125.32º52.32%70.39%-
HSV(B)125.32º36.07%85.88%-
XYZ41.4158.3536.68-
YUV187.17105.3394.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 27.67%
GREEN value IS 219 (85.94% from 255) = 43.28%
BLUE value IS 147 (57.81% from 255) = 29.05%
R=27.67%
G=43.28%
B=29.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1402191470.3600.330.14125.3252.3270.39
Hex8CDB9324021E7d3446
Octal214333223440411617564106
Binary1000110011011011100100111001000100001111011111011101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8cdb93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,219,147); }

 H1.HeaderClassName
 {
   color: #8cdb93;
 }
 .AnyTagClassName
 {
   color: #8cdb93;
 }
</style>
background-color css

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

 a { background-color: rgb(140,219,147); }

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

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

 span { border-color: rgb(140,219,147); }

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