Html Css Color HEX #8DA448 Chelsea Cucumber

📋 copy color: '#8DA448'

red 141 ◦ green 164 ◦ blue 72

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

Shades of Chelsea Cucumber #8DA448

Tints of Chelsea Cucumber #8DA448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 72 (28.52% from 255) = 19.1%

R = 37.4%
G = 43.5%
B = 19.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#8DA448 (or 0x8DA448) is known color: Chelsea Cucumber. HEX triplet: 8D, A4 and 48. RGB value is (141,164,72). Sum of RGB (Red+Green+Blue) = 141+164+72=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 72 (28.52% from 255 or 19.10% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #8DA448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DA448 is #725BB7. Grayscale: #929292. Windows color (decimal): -7494584 or 4760717. OLE color: 4760717.

HSL color Cylindrical-coordinate representation of color #8DA448: hue angle of 75º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DA448 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 141 164 72 -
CMYK 0.14 0 0.56 0.36
HSL 75º 0.39% 0.46% -
HSV(B) 75º 0.56% 0.64% -
XYZ 25.43 32.68 11.1 -
YUV 146.64 85.88 123.98 -
System Red Green Blue C M Y K H S L
Decimal 141 164 72 0.14 0 0.56 0.36 75 0.39 0.46
Hex 8D A4 48 E 0 38 24 4B 27 2E
Octal 215 244 110 16 0 70 44 113 47 56
Binary 10001101 10100100 1001000 1110 0 111000 100100 1001011 100111 101110

Color Harmonies of #8DA448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA448

Black with #8DA448

Text Example


Text Example

White with #8DA448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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