Html Css Color HEX #8DA65D Chelsea Cucumber

📋 copy color: '#8DA65D'

red 141 ◦ green 166 ◦ blue 93

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

Shades of Chelsea Cucumber #8DA65D

Tints of Chelsea Cucumber #8DA65D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.5%

 BLUE value IS 93 (36.72% from 255) = 23.25%

R = 35.25%
G = 41.5%
B = 23.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.35

RGB Variations

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

Color information

#8DA65D (or 0x8DA65D) is known color: Chelsea Cucumber. HEX triplet: 8D, A6 and 5D. RGB value is (141,166,93). Sum of RGB (Red+Green+Blue) = 141+166+93=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 166 (65.23% from 255 or 41.5% from 400); Blue value is 93 (36.72% from 255 or 23.25% from 400); Max value from RGB is 166 - color contains mainly: green. Hex color #8DA65D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA65D is #7259A2. Grayscale: #969696. Windows color (decimal): -7494051 or 6137485. OLE color: 6137485.

HSL color Cylindrical-coordinate representation of color #8DA65D: hue angle of 80.55º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DA65D is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.35.

Color convert

RGB 141 166 93 -
CMYK 0.15 0 0.44 0.35
HSL 80.55º 0.29% 0.51% -
HSV(B) 80.55º 0.44% 0.65% -
XYZ 26.6 33.73 15.46 -
YUV 150.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 141 166 93 0.15 0 0.44 0.35 80.55 0.29 0.51
Hex 8D A6 5D F 0 2C 23 51 1D 33
Octal 215 246 135 17 0 54 43 121 35 63
Binary 10001101 10100110 1011101 1111 0 101100 100011 1010001 11101 110011

Color Harmonies of #8DA65D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA65D

Black with #8DA65D

Text Example


Text Example

White with #8DA65D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,166,93); }

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

background-color css

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

 a { background-color: rgb(141,166,93); }

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

border-color css

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

 span { border-color: rgb(141,166,93); }

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