Html Css Color HEX #8CA16E Chelsea Cucumber

📋 copy color: '#8CA16E'

red 140 ◦ green 161 ◦ blue 110

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

Shades of Chelsea Cucumber #8CA16E

Tints of Chelsea Cucumber #8CA16E

RGB

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

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

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

R = 34.06%
G = 39.17%
B = 26.76%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.32

 K value IS 0.37

RGB Variations

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

Color information

#8CA16E (or 0x8CA16E) is known color: Chelsea Cucumber. HEX triplet: 8C, A1 and 6E. RGB value is (140,161,110). Sum of RGB (Red+Green+Blue) = 140+161+110=411 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.06% from 411); Green value is 161 (63.28% from 255 or 39.17% from 411); Blue value is 110 (43.36% from 255 or 26.76% from 411); Max value from RGB is 161 - color contains mainly: green. Hex color #8CA16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA16E is #735E91. Grayscale: #959595. Windows color (decimal): -7560850 or 7250316. OLE color: 7250316.

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

Color convert

RGB 140 161 110 -
CMYK 0.13 0 0.32 0.37
HSL 84.71º 0.21% 0.53% -
HSV(B) 84.71º 0.32% 0.63% -
XYZ 26.37 32.19 19.58 -
YUV 148.91 106.04 121.65 -
System Red Green Blue C M Y K H S L
Decimal 140 161 110 0.13 0 0.32 0.37 84.71 0.21 0.53
Hex 8C A1 6E D 0 20 25 55 15 35
Octal 214 241 156 15 0 40 45 125 25 65
Binary 10001100 10100001 1101110 1101 0 100000 100101 1010101 10101 110101

Color Harmonies of #8CA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA16E

Black with #8CA16E

Text Example


Text Example

White with #8CA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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