Html Css Color HEX #8DA64A Chelsea Cucumber

📋 copy color: '#8DA64A'

red 141 ◦ green 166 ◦ blue 74

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

Shades of Chelsea Cucumber #8DA64A

Tints of Chelsea Cucumber #8DA64A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.57%

 BLUE value IS 74 (29.3% from 255) = 19.42%

R = 37.01%
G = 43.57%
B = 19.42%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#8DA64A (or 0x8DA64A) is known color: Chelsea Cucumber. HEX triplet: 8D, A6 and 4A. RGB value is (141,166,74). Sum of RGB (Red+Green+Blue) = 141+166+74=381 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.01% from 381); Green value is 166 (65.23% from 255 or 43.57% from 381); Blue value is 74 (29.30% from 255 or 19.42% from 381); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA64A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA64A is #7259B5. Grayscale: #949494. Windows color (decimal): -7494070 or 4892301. OLE color: 4892301.

HSL color Cylindrical-coordinate representation of color #8DA64A: hue angle of 76.3º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8DA64A is Cyan = 0.15, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 74 -
CMYK 0.15 0 0.55 0.35
HSL 76.3º 0.38% 0.47% -
HSV(B) 76.3º 0.55% 0.65% -
XYZ 25.86 33.43 11.57 -
YUV 148.04 86.22 122.98 -
System Red Green Blue C M Y K H S L
Decimal 141 166 74 0.15 0 0.55 0.35 76.3 0.38 0.47
Hex 8D A6 4A F 0 37 23 4C 26 2F
Octal 215 246 112 17 0 67 43 114 46 57
Binary 10001101 10100110 1001010 1111 0 110111 100011 1001100 100110 101111

Color Harmonies of #8DA64A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA64A

Black with #8DA64A

Text Example


Text Example

White with #8DA64A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,74); }

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

background-color css

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

 a { background-color: rgb(141,166,74); }

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

border-color css

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

 span { border-color: rgb(141,166,74); }

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