Html Css Color HEX #8DA34C Chelsea Cucumber

📋 copy color: '#8DA34C'

red 141 ◦ green 163 ◦ blue 76

#8DA34C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chelsea Cucumber #8DA34C

Tints of Chelsea Cucumber #8DA34C

RGB

 RED value IS 141 (55.47% from 255) = 37.11%

 GREEN value IS 163 (64.06% from 255) = 42.89%

 BLUE value IS 76 (30.08% from 255) = 20%

R = 37.11%
G = 42.89%
B = 20%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.53

 K value IS 0.36

RGB Variations

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

Color information

#8DA34C (or 0x8DA34C) is known color: Chelsea Cucumber. HEX triplet: 8D, A3 and 4C. RGB value is (141,163,76). Sum of RGB (Red+Green+Blue) = 141+163+76=380 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.11% from 380); Green value is 163 (64.06% from 255 or 42.89% from 380); Blue value is 76 (30.08% from 255 or 20% from 380); Max value from RGB is 163 - color contains mainly: green. Hex color #8DA34C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA34C is #725CB3. Grayscale: #929292. Windows color (decimal): -7494836 or 5022605. OLE color: 5022605.

HSL color Cylindrical-coordinate representation of color #8DA34C: hue angle of 75.17º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8DA34C is Cyan = 0.13, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 163 76 -
CMYK 0.13 0 0.53 0.36
HSL 75.17º 0.36% 0.47% -
HSV(B) 75.17º 0.53% 0.64% -
XYZ 25.39 32.38 11.75 -
YUV 146.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 141 163 76 0.13 0 0.53 0.36 75.17 0.36 0.47
Hex 8D A3 4C D 0 35 24 4B 24 2F
Octal 215 243 114 15 0 65 44 113 44 57
Binary 10001101 10100011 1001100 1101 0 110101 100100 1001011 100100 101111

Color Harmonies of #8DA34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA34C

Black with #8DA34C

Text Example


Text Example

White with #8DA34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,163,76); }

 H1.HeaderClassName
 {
   color: #8DA34C;
 }
 .AnyTagClassName
 {
   color: #8DA34C;
 }
</style>

background-color css

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

 a { background-color: rgb(141,163,76); }

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

border-color css

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

 span { border-color: rgb(141,163,76); }

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