Html Css Color HEX #94AD50 Chelsea Cucumber

📋 copy color: '#94AD50'

red 148 ◦ green 173 ◦ blue 80

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

Shades of Chelsea Cucumber #94AD50

Tints of Chelsea Cucumber #94AD50

RGB

 RED value IS 148 (58.2% from 255) = 36.91%

 GREEN value IS 173 (67.97% from 255) = 43.14%

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

R = 36.91%
G = 43.14%
B = 19.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#94AD50 (or 0x94AD50) is known color: Chelsea Cucumber. HEX triplet: 94, AD and 50. RGB value is (148,173,80). Sum of RGB (Red+Green+Blue) = 148+173+80=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 80 (31.64% from 255 or 19.95% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD50 is #6B52AF. Grayscale: #9B9B9B. Windows color (decimal): -7033520 or 5287316. OLE color: 5287316.

HSL color Cylindrical-coordinate representation of color #94AD50: hue angle of 76.13º 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 #94AD50 is Cyan = 0.14, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 80 -
CMYK 0.14 0 0.54 0.32
HSL 76.13º 0.37% 0.5% -
HSV(B) 76.13º 0.54% 0.68% -
XYZ 28.6 36.76 13.18 -
YUV 154.92 85.72 123.06 -
System Red Green Blue C M Y K H S L
Decimal 148 173 80 0.14 0 0.54 0.32 76.13 0.37 0.5
Hex 94 AD 50 E 0 36 20 4C 25 32
Octal 224 255 120 16 0 66 40 114 45 62
Binary 10010100 10101101 1010000 1110 0 110110 100000 1001100 100101 110010

Color Harmonies of #94AD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD50

Black with #94AD50

Text Example


Text Example

White with #94AD50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94AD50; }

 p { color: rgb(148,173,80); }

 H1.HeaderClassName
 {
   color: #94AD50;
 }
 .AnyTagClassName
 {
   color: #94AD50;
 }
</style>

background-color css

<style>
 a { background-color: #94AD50; }

 a { background-color: rgb(148,173,80); }

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

border-color css

<style>
 span { border-color: #94AD50; }

 span { border-color: rgb(148,173,80); }

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