Html Css Color HEX #8CAE46 Chelsea Cucumber

📋 copy color: '#8CAE46'

red 140 ◦ green 174 ◦ blue 70

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

Shades of Chelsea Cucumber #8CAE46

Tints of Chelsea Cucumber #8CAE46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.23%

R = 36.46%
G = 45.31%
B = 18.23%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.60

 K value IS 0.32

RGB Variations

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

Color information

#8CAE46 (or 0x8CAE46) is known color: Chelsea Cucumber. HEX triplet: 8C, AE and 46. RGB value is (140,174,70). Sum of RGB (Red+Green+Blue) = 140+174+70=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 70 (27.73% from 255 or 18.23% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CAE46 is #7351B9. Grayscale: #989898. Windows color (decimal): -7557562 or 4632204. OLE color: 4632204.

HSL color Cylindrical-coordinate representation of color #8CAE46: hue angle of 79.62º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8CAE46 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.32.

Color convert

RGB 140 174 70 -
CMYK 0.20 0 0.60 0.32
HSL 79.62º 0.43% 0.48% -
HSV(B) 79.62º 0.6% 0.68% -
XYZ 27.06 36.29 11.37 -
YUV 151.98 81.74 119.46 -
System Red Green Blue C M Y K H S L
Decimal 140 174 70 0.20 0 0.60 0.32 79.62 0.43 0.48
Hex 8C AE 46 14 0 3C 20 50 2B 30
Octal 214 256 106 24 0 74 40 120 53 60
Binary 10001100 10101110 1000110 10100 0 111100 100000 1010000 101011 110000

Color Harmonies of #8CAE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CAE46

Black with #8CAE46

Text Example


Text Example

White with #8CAE46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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