#8CA948

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

Shades of Chelsea Cucumber #8CA948

Tints of Chelsea Cucumber #8CA948

Color information

#8CA948 (or 0x8CA948) is unknown color: approx Chelsea Cucumber. HEX triplet: 8C, A9 and 48. RGB value is (140,169,72). Sum of RGB (Red+Green+Blue) = 140+169+72=381 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.75% from 381); Green value is 169 (66.41% from 255 or 44.36% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA948 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA948 is #7356B7. Grayscale: #959595. Windows color (decimal): -7558840 or 4761996. OLE color: 4761996.

HSL color Cylindrical-coordinate representation of color #8CA948: hue angle of 77.94º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8CA948 is Cyan = 0.17, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.34.

Color convert

RGB14016972-
CMYK0.1700.570.34
HSL77.94º40.25%47.25%-
HSV(B)77.94º57.4%66.27%-
XYZ26.1734.4211.4-
YUV149.2784.39121.39-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.75%
GREEN value IS 169 (66.41% from 255) = 44.36%
BLUE value IS 72 (28.52% from 255) = 18.90%
R=36.75%
G=44.36%
B=18.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal140169720.1700.570.3477.9440.2547.25
Hex8CA94811039224e282f
Octal21425111021071421165057
Binary100011001010100110010001000101110011000101001110101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,72); }

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

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

 a { background-color: rgb(140,169,72); }

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

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

 span { border-color: rgb(140,169,72); }

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