#8DA14B

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

Shades of Chelsea Cucumber #8DA14B

Tints of Chelsea Cucumber #8DA14B

Color information

#8DA14B (or 0x8DA14B) is unknown color: approx Chelsea Cucumber. HEX triplet: 8D, A1 and 4B. RGB value is (141,161,75). Sum of RGB (Red+Green+Blue) = 141+161+75=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 161 (63.28% from 255 or 42.71% from 377); Blue value is 75 (29.69% from 255 or 19.89% from 377); Max value from RGB is 161 - color contains mainly: green. Hex color #8DA14B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA14B is #725EB4. Grayscale: #919191. Windows color (decimal): -7495349 or 4956557. OLE color: 4956557.

HSL color Cylindrical-coordinate representation of color #8DA14B: hue angle of 73.95º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DA14B is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.37.

Color convert

RGB14116175-
CMYK0.1200.530.37
HSL73.95º36.44%46.27%-
HSV(B)73.95º53.42%63.14%-
XYZ2531.6611.45-
YUV145.2288.37124.99-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 37.40%
GREEN value IS 161 (63.28% from 255) = 42.71%
BLUE value IS 75 (29.69% from 255) = 19.89%
R=37.40%
G=42.71%
B=19.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal141161750.1200.530.3773.9536.4446.27
Hex8DA14BC035254a242e
Octal21524111314065451124456
Binary10001101101000011001011110001101011001011001010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA14B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,161,75); }

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

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

 a { background-color: rgb(141,161,75); }

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

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

 span { border-color: rgb(141,161,75); }

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