Html Css Color HEX #8DA265 Chelsea Cucumber

📋 copy color: '#8DA265'

red 141 ◦ green 162 ◦ blue 101

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

Shades of Chelsea Cucumber #8DA265

Tints of Chelsea Cucumber #8DA265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 25%

R = 34.9%
G = 40.1%
B = 25%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.38

 K value IS 0.36

RGB Variations

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

Color information

#8DA265 (or 0x8DA265) is known color: Chelsea Cucumber. HEX triplet: 8D, A2 and 65. RGB value is (141,162,101). Sum of RGB (Red+Green+Blue) = 141+162+101=404 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.90% from 404); Green value is 162 (63.67% from 255 or 40.10% from 404); Blue value is 101 (39.84% from 255 or 25% from 404); Max value from RGB is 162 - color contains mainly: green. Hex color #8DA265 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA265 is #725D9A. Grayscale: #949494. Windows color (decimal): -7495067 or 6660749. OLE color: 6660749.

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

Color convert

RGB 141 162 101 -
CMYK 0.13 0 0.38 0.36
HSL 80.66º 0.25% 0.52% -
HSV(B) 80.66º 0.38% 0.64% -
XYZ 26.25 32.44 17.19 -
YUV 148.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 141 162 101 0.13 0 0.38 0.36 80.66 0.25 0.52
Hex 8D A2 65 D 0 26 24 51 19 34
Octal 215 242 145 15 0 46 44 121 31 64
Binary 10001101 10100010 1100101 1101 0 100110 100100 1010001 11001 110100

Color Harmonies of #8DA265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA265

Black with #8DA265

Text Example


Text Example

White with #8DA265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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