Html Css Color HEX #8DAC4B Chelsea Cucumber

📋 copy color: '#8DAC4B'

red 141 ◦ green 172 ◦ blue 75

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

Shades of Chelsea Cucumber #8DAC4B

Tints of Chelsea Cucumber #8DAC4B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 44.33%

 BLUE value IS 75 (29.69% from 255) = 19.33%

R = 36.34%
G = 44.33%
B = 19.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#8DAC4B (or 0x8DAC4B) is known color: Chelsea Cucumber. HEX triplet: 8D, AC and 4B. RGB value is (141,172,75). Sum of RGB (Red+Green+Blue) = 141+172+75=388 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.34% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 75 (29.69% from 255 or 19.33% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #8DAC4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8DAC4B is #7253B4. Grayscale: #989898. Windows color (decimal): -7492533 or 4959373. OLE color: 4959373.

HSL color Cylindrical-coordinate representation of color #8DAC4B: hue angle of 79.18º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8DAC4B is Cyan = 0.18, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 141 172 75 -
CMYK 0.18 0 0.56 0.33
HSL 79.18º 0.39% 0.48% -
HSV(B) 79.18º 0.56% 0.67% -
XYZ 27.01 35.68 12.12 -
YUV 151.67 84.73 120.39 -
System Red Green Blue C M Y K H S L
Decimal 141 172 75 0.18 0 0.56 0.33 79.18 0.39 0.48
Hex 8D AC 4B 12 0 38 21 4F 27 30
Octal 215 254 113 22 0 70 41 117 47 60
Binary 10001101 10101100 1001011 10010 0 111000 100001 1001111 100111 110000

Color Harmonies of #8DAC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAC4B

Black with #8DAC4B

Text Example


Text Example

White with #8DAC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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