Html Css Color HEX #94C159 Chelsea Cucumber

📋 copy color: '#94C159'

red 148 ◦ green 193 ◦ blue 89

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

Shades of Chelsea Cucumber #94C159

Tints of Chelsea Cucumber #94C159

RGB

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

 GREEN value IS 193 (75.78% from 255) = 44.88%

 BLUE value IS 89 (35.16% from 255) = 20.7%

R = 34.42%
G = 44.88%
B = 20.7%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#94C159 (or 0x94C159) is known color: Chelsea Cucumber. HEX triplet: 94, C1 and 59. RGB value is (148,193,89). Sum of RGB (Red+Green+Blue) = 148+193+89=430 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.42% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 89 (35.16% from 255 or 20.70% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #94C159 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C159 is #6B3EA6. Grayscale: #A8A8A8. Windows color (decimal): -7028391 or 5882260. OLE color: 5882260.

HSL color Cylindrical-coordinate representation of color #94C159: hue angle of 85.96º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #94C159 is Cyan = 0.23, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 148 193 89 -
CMYK 0.23 0 0.54 0.24
HSL 85.96º 0.46% 0.55% -
HSV(B) 85.96º 0.54% 0.76% -
XYZ 33.09 45.16 16.42 -
YUV 167.69 83.59 113.96 -
System Red Green Blue C M Y K H S L
Decimal 148 193 89 0.23 0 0.54 0.24 85.96 0.46 0.55
Hex 94 C1 59 17 0 36 18 56 2E 37
Octal 224 301 131 27 0 66 30 126 56 67
Binary 10010100 11000001 1011001 10111 0 110110 11000 1010110 101110 110111

Color Harmonies of #94C159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C159

Black with #94C159

Text Example


Text Example

White with #94C159

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,193,89); }

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

background-color css

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

 a { background-color: rgb(148,193,89); }

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

border-color css

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

 span { border-color: rgb(148,193,89); }

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