#8FA25B

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

Shades of Chelsea Cucumber #8FA25B

Tints of Chelsea Cucumber #8FA25B

Color information

#8FA25B (or 0x8FA25B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A2 and 5B. RGB value is (143,162,91). Sum of RGB (Red+Green+Blue) = 143+162+91=396 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.11% from 396); Green value is 162 (63.67% from 255 or 40.91% from 396); Blue value is 91 (35.94% from 255 or 22.98% from 396); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA25B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA25B is #705DA4. Grayscale: #949494. Windows color (decimal): -7364005 or 6005391. OLE color: 6005391.

HSL color Cylindrical-coordinate representation of color #8FA25B: hue angle of 76.06º degrees, saturation: 0.28, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8FA25B is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB14316291-
CMYK0.1200.440.36
HSL76.06º28.06%49.61%-
HSV(B)76.06º43.83%63.53%-
XYZ26.1432.4414.78-
YUV148.2295.71124.27-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 36.11%
GREEN value IS 162 (63.67% from 255) = 40.91%
BLUE value IS 91 (35.94% from 255) = 22.98%
R=36.11%
G=40.91%
B=22.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162910.1200.440.3676.0628.0649.61
Hex8FA25BC02C244c1c32
Octal21724213314054441143462
Binary1000111110100010101101111000101100100100100110011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA25B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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