Html Css Color HEX #8CA15D Chelsea Cucumber

📋 copy color: '#8CA15D'

red 140 ◦ green 161 ◦ blue 93

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

Shades of Chelsea Cucumber #8CA15D

Tints of Chelsea Cucumber #8CA15D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 40.86%

 BLUE value IS 93 (36.72% from 255) = 23.6%

R = 35.53%
G = 40.86%
B = 23.6%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.42

 K value IS 0.37

RGB Variations

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

Color information

#8CA15D (or 0x8CA15D) is known color: Chelsea Cucumber. HEX triplet: 8C, A1 and 5D. RGB value is (140,161,93). Sum of RGB (Red+Green+Blue) = 140+161+93=394 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.53% from 394); Green value is 161 (63.28% from 255 or 40.86% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA15D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA15D is #735EA2. Grayscale: #939393. Windows color (decimal): -7560867 or 6136204. OLE color: 6136204.

HSL color Cylindrical-coordinate representation of color #8CA15D: hue angle of 78.53º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CA15D is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 161 93 -
CMYK 0.13 0 0.42 0.37
HSL 78.53º 0.27% 0.5% -
HSV(B) 78.53º 0.42% 0.63% -
XYZ 25.54 31.86 15.16 -
YUV 146.97 97.54 123.03 -
System Red Green Blue C M Y K H S L
Decimal 140 161 93 0.13 0 0.42 0.37 78.53 0.27 0.5
Hex 8C A1 5D D 0 2A 25 4F 1B 32
Octal 214 241 135 15 0 52 45 117 33 62
Binary 10001100 10100001 1011101 1101 0 101010 100101 1001111 11011 110010

Color Harmonies of #8CA15D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA15D

Black with #8CA15D

Text Example


Text Example

White with #8CA15D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,161,93); }

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

background-color css

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

 a { background-color: rgb(140,161,93); }

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

border-color css

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

 span { border-color: rgb(140,161,93); }

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