Html Css Color HEX #8DA164 Chelsea Cucumber

📋 copy color: '#8DA164'

red 141 ◦ green 161 ◦ blue 100

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

Shades of Chelsea Cucumber #8DA164

Tints of Chelsea Cucumber #8DA164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 24.88%

R = 35.07%
G = 40.05%
B = 24.88%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#8DA164 (or 0x8DA164) is known color: Chelsea Cucumber. HEX triplet: 8D, A1 and 64. RGB value is (141,161,100). Sum of RGB (Red+Green+Blue) = 141+161+100=402 (53% of max value = 765). Red value is 141 (55.47% from 255 or 35.07% from 402); Green value is 161 (63.28% from 255 or 40.05% from 402); Blue value is 100 (39.45% from 255 or 24.88% from 402); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA164 is #725E9B. Grayscale: #949494. Windows color (decimal): -7495324 or 6594957. OLE color: 6594957.

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

Color convert

RGB 141 161 100 -
CMYK 0.12 0 0.38 0.37
HSL 79.67º 0.24% 0.51% -
HSV(B) 79.67º 0.38% 0.63% -
XYZ 26.03 32.07 16.88 -
YUV 148.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 141 161 100 0.12 0 0.38 0.37 79.67 0.24 0.51
Hex 8D A1 64 C 0 26 25 50 18 33
Octal 215 241 144 14 0 46 45 120 30 63
Binary 10001101 10100001 1100100 1100 0 100110 100101 1010000 11000 110011

Color Harmonies of #8DA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA164

Black with #8DA164

Text Example


Text Example

White with #8DA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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