#8CA25F

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

Shades of Chelsea Cucumber #8CA25F

Tints of Chelsea Cucumber #8CA25F

Color information

#8CA25F (or 0x8CA25F) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A2 and 5F. RGB value is (140,162,95). Sum of RGB (Red+Green+Blue) = 140+162+95=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 95 (37.5% from 255 or 23.93% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA25F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA25F is #735DA0. Grayscale: #949494. Windows color (decimal): -7560609 or 6267532. OLE color: 6267532.

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

Color convert

RGB14016295-
CMYK0.1400.410.36
HSL79.7º26.48%50.39%-
HSV(B)79.7º41.36%63.53%-
XYZ25.832.2415.69-
YUV147.7898.21122.45-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 35.26%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 95 (37.5% from 255) = 23.93%
R=35.26%
G=40.81%
B=23.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal140162950.1400.410.3679.726.4850.39
Hex8CA25FE02924501a32
Octal21424213716051441203262
Binary1000110010100010101111111100101001100100101000011010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA25F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,162,95); }

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

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

 a { background-color: rgb(140,162,95); }

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

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

 span { border-color: rgb(140,162,95); }

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