Html Css Color HEX #8DA272 Chelsea Cucumber

📋 copy color: '#8DA272'

red 141 ◦ green 162 ◦ blue 114

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

Shades of Chelsea Cucumber #8DA272

Tints of Chelsea Cucumber #8DA272

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.85%

 BLUE value IS 114 (44.92% from 255) = 27.34%

R = 33.81%
G = 38.85%
B = 27.34%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#8DA272 (or 0x8DA272) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 72. RGB value is (141,162,114). Sum of RGB (Red+Green+Blue) = 141+162+114=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 162 (63.67% from 255 or 38.85% from 417); Blue value is 114 (44.92% from 255 or 27.34% from 417); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA272 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA272 is #725D8D. Grayscale: #969696. Windows color (decimal): -7495054 or 7512717. OLE color: 7512717.

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

Color convert

RGB 141 162 114 -
CMYK 0.13 0 0.30 0.36
HSL 86.25º 0.21% 0.54% -
HSV(B) 86.25º 0.3% 0.64% -
XYZ 26.94 32.72 20.81 -
YUV 150.25 107.54 121.4 -
System Red Green Blue C M Y K H S L
Decimal 141 162 114 0.13 0 0.30 0.36 86.25 0.21 0.54
Hex 8D A2 72 D 0 1E 24 56 15 36
Octal 215 242 162 15 0 36 44 126 25 66
Binary 10001101 10100010 1110010 1101 0 11110 100100 1010110 10101 110110

Color Harmonies of #8DA272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA272

Black with #8DA272

Text Example


Text Example

White with #8DA272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,162,114); }

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

background-color css

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

 a { background-color: rgb(141,162,114); }

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

border-color css

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

 span { border-color: rgb(141,162,114); }

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