#8FA25E

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

Shades of Chelsea Cucumber #8FA25E

Tints of Chelsea Cucumber #8FA25E

Color information

#8FA25E (or 0x8FA25E) is unknown color: approx Chelsea Cucumber. HEX triplet: 8F, A2 and 5E. RGB value is (143,162,94). Sum of RGB (Red+Green+Blue) = 143+162+94=399 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.84% from 399); Green value is 162 (63.67% from 255 or 40.60% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 162 - color contains mainly: green. Hex color #8FA25E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8FA25E is #705DA1. Grayscale: #949494. Windows color (decimal): -7364002 or 6201999. OLE color: 6201999.

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

Color convert

RGB14316294-
CMYK0.1200.420.36
HSL76.76º26.77%50.2%-
HSV(B)76.76º41.98%63.53%-
XYZ26.2732.4915.48-
YUV148.5797.21124.03-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 35.84%
GREEN value IS 162 (63.67% from 255) = 40.60%
BLUE value IS 94 (37.11% from 255) = 23.56%
R=35.84%
G=40.60%
B=23.56%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal143162940.1200.420.3676.7626.7750.2
Hex8FA25EC02A244d1b32
Octal21724213614052441153362
Binary1000111110100010101111011000101010100100100110111011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FA25E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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