Html Css Color HEX #8DA270 Chelsea Cucumber

📋 copy color: '#8DA270'

red 141 ◦ green 162 ◦ blue 112

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

Shades of Chelsea Cucumber #8DA270

Tints of Chelsea Cucumber #8DA270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 26.99%

R = 33.98%
G = 39.04%
B = 26.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#8DA270 (or 0x8DA270) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 70. RGB value is (141,162,112). Sum of RGB (Red+Green+Blue) = 141+162+112=415 (54% of max value = 765). Red value is 141 (55.47% from 255 or 33.98% from 415); Green value is 162 (63.67% from 255 or 39.04% from 415); Blue value is 112 (44.14% from 255 or 26.99% from 415); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA270 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA270 is #725D8F. Grayscale: #969696. Windows color (decimal): -7495056 or 7381645. OLE color: 7381645.

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

Color convert

RGB 141 162 112 -
CMYK 0.13 0 0.31 0.36
HSL 85.2º 0.21% 0.54% -
HSV(B) 85.2º 0.31% 0.64% -
XYZ 26.83 32.67 20.22 -
YUV 150.02 106.54 121.57 -
System Red Green Blue C M Y K H S L
Decimal 141 162 112 0.13 0 0.31 0.36 85.2 0.21 0.54
Hex 8D A2 70 D 0 1F 24 55 15 36
Octal 215 242 160 15 0 37 44 125 25 66
Binary 10001101 10100010 1110000 1101 0 11111 100100 1010101 10101 110110

Color Harmonies of #8DA270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA270

Black with #8DA270

Text Example


Text Example

White with #8DA270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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