#8FA262

Color #8FA262 Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #8FA262

Tints of Chelsea Cucumber #8FA262

Color information

#8FA262 (or 0x8FA262) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A2 and 62. RGB value is (143,162,98). Sum of RGB (Red+Green+Blue) = 143+162+98=403 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.48% from 403); Green value is 162 (63.67% from 255 or 40.20% from 403); Blue value is 98 (38.67% from 255 or 24.32% from 403); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA262 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA262 is #705D9D. Grayscale: #959595. Windows color (decimal): -7363998 or 6464143. OLE color: 6464143.

HSL color Cylindrical-coordinate representation of color #8FA262: hue angle of 77.81º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FA262 is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.36.

Color convert

RGB14316298-
CMYK0.1200.400.36
HSL77.81º25.6%50.98%-
HSV(B)77.81º39.51%63.53%-
XYZ26.4532.5616.45-
YUV149.0299.21123.7-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.48%
GREEN value IS 162 (63.67% from 255) = 40.20%
BLUE value IS 98 (38.67% from 255) = 24.32%
R=35.48%
G=40.20%
B=24.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162980.1200.400.3677.8125.650.98
Hex8FA262C028244e1a33
Octal21724214214050441163263
Binary1000111110100010110001011000101000100100100111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,162,98); }

 H1.HeaderClassName
 {
   color: #8FA262;
 }
 .AnyTagClassName
 {
   color: #8FA262;
 }
</style>
background-color css

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

 a { background-color: rgb(143,162,98); }

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

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

 span { border-color: rgb(143,162,98); }

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