Html Css Color HEX #94AD60 Chelsea Cucumber

📋 copy color: '#94AD60'

red 148 ◦ green 173 ◦ blue 96

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

Shades of Chelsea Cucumber #94AD60

Tints of Chelsea Cucumber #94AD60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.02%

R = 35.49%
G = 41.49%
B = 23.02%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#94AD60 (or 0x94AD60) is known color: Chelsea Cucumber. HEX triplet: 94, AD and 60. RGB value is (148,173,96). Sum of RGB (Red+Green+Blue) = 148+173+96=417 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.49% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 96 (37.89% from 255 or 23.02% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD60 is #6B529F. Grayscale: #9D9D9D. Windows color (decimal): -7033504 or 6335892. OLE color: 6335892.

HSL color Cylindrical-coordinate representation of color #94AD60: hue angle of 79.48º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #94AD60 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 148 173 96 -
CMYK 0.14 0 0.45 0.32
HSL 79.48º 0.32% 0.53% -
HSV(B) 79.48º 0.45% 0.68% -
XYZ 29.27 37.03 16.67 -
YUV 156.75 93.72 121.76 -
System Red Green Blue C M Y K H S L
Decimal 148 173 96 0.14 0 0.45 0.32 79.48 0.32 0.53
Hex 94 AD 60 E 0 2D 20 4F 20 35
Octal 224 255 140 16 0 55 40 117 40 65
Binary 10010100 10101101 1100000 1110 0 101101 100000 1001111 100000 110101

Color Harmonies of #94AD60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD60

Black with #94AD60

Text Example


Text Example

White with #94AD60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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