Html Css Color HEX #93AE50 Chelsea Cucumber

📋 copy color: '#93AE50'

red 147 ◦ green 174 ◦ blue 80

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

Shades of Chelsea Cucumber #93AE50

Tints of Chelsea Cucumber #93AE50

RGB

 RED value IS 147 (57.81% from 255) = 36.66%

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

 BLUE value IS 80 (31.64% from 255) = 19.95%

R = 36.66%
G = 43.39%
B = 19.95%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#93AE50 (or 0x93AE50) is known color: Chelsea Cucumber. HEX triplet: 93, AE and 50. RGB value is (147,174,80). Sum of RGB (Red+Green+Blue) = 147+174+80=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #93AE50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93AE50 is #6C51AF. Grayscale: #9B9B9B. Windows color (decimal): -7098800 or 5287571. OLE color: 5287571.

HSL color Cylindrical-coordinate representation of color #93AE50: hue angle of 77.23º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #93AE50 is Cyan = 0.16, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 174 80 -
CMYK 0.16 0 0.54 0.32
HSL 77.23º 0.37% 0.5% -
HSV(B) 77.23º 0.54% 0.68% -
XYZ 28.62 37.05 13.23 -
YUV 155.21 85.55 122.14 -
System Red Green Blue C M Y K H S L
Decimal 147 174 80 0.16 0 0.54 0.32 77.23 0.37 0.5
Hex 93 AE 50 10 0 36 20 4D 25 32
Octal 223 256 120 20 0 66 40 115 45 62
Binary 10010011 10101110 1010000 10000 0 110110 100000 1001101 100101 110010

Color Harmonies of #93AE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93AE50

Black with #93AE50

Text Example


Text Example

White with #93AE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93AE50; }

 p { color: rgb(147,174,80); }

 H1.HeaderClassName
 {
   color: #93AE50;
 }
 .AnyTagClassName
 {
   color: #93AE50;
 }
</style>

background-color css

<style>
 a { background-color: #93AE50; }

 a { background-color: rgb(147,174,80); }

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

border-color css

<style>
 span { border-color: #93AE50; }

 span { border-color: rgb(147,174,80); }

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