Html Css Color HEX #94C154 Chelsea Cucumber

📋 copy color: '#94C154'

red 148 ◦ green 193 ◦ blue 84

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

Shades of Chelsea Cucumber #94C154

Tints of Chelsea Cucumber #94C154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.76%

R = 34.82%
G = 45.41%
B = 19.76%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#94C154 (or 0x94C154) is known color: Chelsea Cucumber. HEX triplet: 94, C1 and 54. RGB value is (148,193,84). Sum of RGB (Red+Green+Blue) = 148+193+84=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 193 (75.78% from 255 or 45.41% from 425); Blue value is 84 (33.20% from 255 or 19.76% from 425); Max value from RGB is 193 - color contains mainly: green. Hex color #94C154 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94C154 is #6B3EAB. Grayscale: #A7A7A7. Windows color (decimal): -7028396 or 5554580. OLE color: 5554580.

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

Color convert

RGB 148 193 84 -
CMYK 0.23 0 0.56 0.24
HSL 84.77º 0.47% 0.54% -
HSV(B) 84.77º 0.56% 0.76% -
XYZ 32.88 45.08 15.35 -
YUV 167.12 81.09 114.36 -
System Red Green Blue C M Y K H S L
Decimal 148 193 84 0.23 0 0.56 0.24 84.77 0.47 0.54
Hex 94 C1 54 17 0 38 18 55 2F 36
Octal 224 301 124 27 0 70 30 125 57 66
Binary 10010100 11000001 1010100 10111 0 111000 11000 1010101 101111 110110

Color Harmonies of #94C154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C154

Black with #94C154

Text Example


Text Example

White with #94C154

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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