Html Css Color HEX #94AD5A Chelsea Cucumber

📋 copy color: '#94AD5A'

red 148 ◦ green 173 ◦ blue 90

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

Shades of Chelsea Cucumber #94AD5A

Tints of Chelsea Cucumber #94AD5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 36.01%
G = 42.09%
B = 21.9%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#94AD5A (or 0x94AD5A) is known color: Chelsea Cucumber. HEX triplet: 94, AD and 5A. RGB value is (148,173,90). Sum of RGB (Red+Green+Blue) = 148+173+90=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 173 (67.97% from 255 or 42.09% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94AD5A is #6B52A5. Grayscale: #9C9C9C. Windows color (decimal): -7033510 or 5942676. OLE color: 5942676.

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

Color convert

RGB 148 173 90 -
CMYK 0.14 0 0.48 0.32
HSL 78.07º 0.34% 0.52% -
HSV(B) 78.07º 0.48% 0.68% -
XYZ 29 36.92 15.27 -
YUV 156.06 90.72 122.25 -
System Red Green Blue C M Y K H S L
Decimal 148 173 90 0.14 0 0.48 0.32 78.07 0.34 0.52
Hex 94 AD 5A E 0 30 20 4E 22 34
Octal 224 255 132 16 0 60 40 116 42 64
Binary 10010100 10101101 1011010 1110 0 110000 100000 1001110 100010 110100

Color Harmonies of #94AD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94AD5A

Black with #94AD5A

Text Example


Text Example

White with #94AD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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