Html Css Color HEX #8DA16C Chelsea Cucumber

📋 copy color: '#8DA16C'

red 141 ◦ green 161 ◦ blue 108

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

Shades of Chelsea Cucumber #8DA16C

Tints of Chelsea Cucumber #8DA16C

RGB

 RED value IS 141 (55.47% from 255) = 34.39%

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

 BLUE value IS 108 (42.58% from 255) = 26.34%

R = 34.39%
G = 39.27%
B = 26.34%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.37

RGB Variations

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

Color information

#8DA16C (or 0x8DA16C) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 6C. RGB value is (141,161,108). Sum of RGB (Red+Green+Blue) = 141+161+108=410 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.39% from 410); Green value is 161 (63.28% from 255 or 39.27% from 410); Blue value is 108 (42.58% from 255 or 26.34% from 410); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA16C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA16C is #725E93. Grayscale: #959595. Windows color (decimal): -7495316 or 7119245. OLE color: 7119245.

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

Color convert

RGB 141 161 108 -
CMYK 0.12 0 0.33 0.37
HSL 82.64º 0.22% 0.53% -
HSV(B) 82.64º 0.33% 0.63% -
XYZ 26.44 32.24 19.02 -
YUV 148.98 104.87 122.31 -
System Red Green Blue C M Y K H S L
Decimal 141 161 108 0.12 0 0.33 0.37 82.64 0.22 0.53
Hex 8D A1 6C C 0 21 25 53 16 35
Octal 215 241 154 14 0 41 45 123 26 65
Binary 10001101 10100001 1101100 1100 0 100001 100101 1010011 10110 110101

Color Harmonies of #8DA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA16C

Black with #8DA16C

Text Example


Text Example

White with #8DA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,161,108); }

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

background-color css

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

 a { background-color: rgb(141,161,108); }

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

border-color css

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

 span { border-color: rgb(141,161,108); }

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