Html Css Color HEX #8CAE4D Chelsea Cucumber

📋 copy color: '#8CAE4D'

red 140 ◦ green 174 ◦ blue 77

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

Shades of Chelsea Cucumber #8CAE4D

Tints of Chelsea Cucumber #8CAE4D

RGB

 RED value IS 140 (55.08% from 255) = 35.81%

 GREEN value IS 174 (68.36% from 255) = 44.5%

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 35.81%
G = 44.5%
B = 19.69%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#8CAE4D (or 0x8CAE4D) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 4D. RGB value is (140,174,77). Sum of RGB (Red+Green+Blue) = 140+174+77=391 (51% of max value = 765). Red value is 140 (55.08% from 255 or 35.81% from 391); Green value is 174 (68.36% from 255 or 44.50% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAE4D is #7351B2. Grayscale: #999999. Windows color (decimal): -7557555 or 5090956. OLE color: 5090956.

HSL color Cylindrical-coordinate representation of color #8CAE4D: hue angle of 81.03º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8CAE4D is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 77 -
CMYK 0.20 0 0.56 0.32
HSL 81.03º 0.39% 0.49% -
HSV(B) 81.03º 0.56% 0.68% -
XYZ 27.29 36.38 12.61 -
YUV 152.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 140 174 77 0.20 0 0.56 0.32 81.03 0.39 0.49
Hex 8C AE 4D 14 0 38 20 51 27 31
Octal 214 256 115 24 0 70 40 121 47 61
Binary 10001100 10101110 1001101 10100 0 111000 100000 1010001 100111 110001

Color Harmonies of #8CAE4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAE4D

Black with #8CAE4D

Text Example


Text Example

White with #8CAE4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,174,77); }

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

background-color css

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

 a { background-color: rgb(140,174,77); }

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

border-color css

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

 span { border-color: rgb(140,174,77); }

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