Html Css Color HEX #8EBD4A Chelsea Cucumber

📋 copy color: '#8EBD4A'

red 142 ◦ green 189 ◦ blue 74

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

Shades of Chelsea Cucumber #8EBD4A

Tints of Chelsea Cucumber #8EBD4A

RGB

 RED value IS 142 (55.86% from 255) = 35.06%

 GREEN value IS 189 (74.22% from 255) = 46.67%

 BLUE value IS 74 (29.3% from 255) = 18.27%

R = 35.06%
G = 46.67%
B = 18.27%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#8EBD4A (or 0x8EBD4A) is known color: Chelsea Cucumber. HEX triplet: 8E, BD and 4A. RGB value is (142,189,74). Sum of RGB (Red+Green+Blue) = 142+189+74=405 (53% of max value = 765). Red value is 142 (55.86% from 255 or 35.06% from 405); Green value is 189 (74.22% from 255 or 46.67% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 189 - color contains mainly: green. Hex color #8EBD4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EBD4A is #7142B5. Grayscale: #A2A2A2. Windows color (decimal): -7422646 or 4898190. OLE color: 4898190.

HSL color Cylindrical-coordinate representation of color #8EBD4A: hue angle of 84.52º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8EBD4A is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 142 189 74 -
CMYK 0.25 0 0.61 0.26
HSL 84.52º 0.47% 0.52% -
HSV(B) 84.52º 0.61% 0.74% -
XYZ 30.59 42.64 13.1 -
YUV 161.84 78.43 113.85 -
System Red Green Blue C M Y K H S L
Decimal 142 189 74 0.25 0 0.61 0.26 84.52 0.47 0.52
Hex 8E BD 4A 19 0 3D 1A 55 2F 34
Octal 216 275 112 31 0 75 32 125 57 64
Binary 10001110 10111101 1001010 11001 0 111101 11010 1010101 101111 110100

Color Harmonies of #8EBD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EBD4A

Black with #8EBD4A

Text Example


Text Example

White with #8EBD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,189,74); }

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

background-color css

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

 a { background-color: rgb(142,189,74); }

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

border-color css

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

 span { border-color: rgb(142,189,74); }

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