Html Css Color HEX #8FA164 Chelsea Cucumber

📋 copy color: '#8FA164'

red 143 ◦ green 161 ◦ blue 100

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

Shades of Chelsea Cucumber #8FA164

Tints of Chelsea Cucumber #8FA164

RGB

 RED value IS 143 (56.25% from 255) = 35.4%

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

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

R = 35.4%
G = 39.85%
B = 24.75%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.38

 K value IS 0.37

RGB Variations

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

Color information

#8FA164 (or 0x8FA164) is known color: Chelsea Cucumber. HEX triplet: 8F, A1 and 64. RGB value is (143,161,100). Sum of RGB (Red+Green+Blue) = 143+161+100=404 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.40% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 100 (39.45% from 255 or 24.75% from 404); Max value from RGB is 161 - color contains mainly: green. Hex color #8FA164 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA164 is #705E9B. Grayscale: #949494. Windows color (decimal): -7364252 or 6594959. OLE color: 6594959.

HSL color Cylindrical-coordinate representation of color #8FA164: hue angle of 77.7º 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 #8FA164 is Cyan = 0.11, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.37.

Color convert

RGB 143 161 100 -
CMYK 0.11 0 0.38 0.37
HSL 77.7º 0.24% 0.51% -
HSV(B) 77.7º 0.38% 0.63% -
XYZ 26.37 32.25 16.89 -
YUV 148.66 100.54 123.96 -
System Red Green Blue C M Y K H S L
Decimal 143 161 100 0.11 0 0.38 0.37 77.7 0.24 0.51
Hex 8F A1 64 B 0 26 25 4E 18 33
Octal 217 241 144 13 0 46 45 116 30 63
Binary 10001111 10100001 1100100 1011 0 100110 100101 1001110 11000 110011

Color Harmonies of #8FA164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA164

Black with #8FA164

Text Example


Text Example

White with #8FA164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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