#8DAF48

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

Shades of Chelsea Cucumber #8DAF48

Tints of Chelsea Cucumber #8DAF48

Color information

#8DAF48 (or 0x8DAF48) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, AF and 48. RGB value is (141,175,72). Sum of RGB (Red+Green+Blue) = 141+175+72=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 175 (68.75% from 255 or 45.10% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 175 - color contains mainly: green. Hex color #8DAF48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAF48 is #7250B7. Grayscale: #999999. Windows color (decimal): -7491768 or 4763533. OLE color: 4763533.

HSL color Cylindrical-coordinate representation of color #8DAF48: hue angle of 79.81º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8DAF48 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB14117572-
CMYK0.1900.590.31
HSL79.81º41.7%48.43%-
HSV(B)79.81º58.86%68.63%-
XYZ27.4836.7911.78-
YUV153.0982.24119.38-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 36.34%
GREEN value IS 175 (68.75% from 255) = 45.10%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=36.34%
G=45.10%
B=18.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal141175720.1900.590.3179.8141.748.43
Hex8DAF481303B1F502a30
Octal21525711023073371205260
Binary10001101101011111001000100110111011111111010000101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,175,72); }

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

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

 a { background-color: rgb(141,175,72); }

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

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

 span { border-color: rgb(141,175,72); }

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