#94AD4B

Color #94AD4B Chelsea Cucumber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chelsea Cucumber #94AD4B

Tints of Chelsea Cucumber #94AD4B

Color information

#94AD4B (or 0x94AD4B) is unknown color: approx Chelsea Cucumber. HEX triplet: 94, AD and 4B. RGB value is (148,173,75). Sum of RGB (Red+Green+Blue) = 148+173+75=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 173 (67.97% from 255 or 43.69% from 396); Blue value is 75 (29.69% from 255 or 18.94% from 396); Max value from RGB is 173 - color contains mainly: green. Hex color #94AD4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94AD4B is #6B52B4. Grayscale: #9A9A9A. Windows color (decimal): -7033525 or 4959636. OLE color: 4959636.

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

Color convert

RGB14817375-
CMYK0.1400.570.32
HSL75.31º39.52%48.63%-
HSV(B)75.31º56.65%67.84%-
XYZ28.4336.6912.24-
YUV154.3583.22123.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.37%
GREEN value IS 173 (67.97% from 255) = 43.69%
BLUE value IS 75 (29.69% from 255) = 18.94%
R=37.37%
G=43.69%
B=18.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148173750.1400.570.3275.3139.5248.63
Hex94AD4BE039204b2831
Octal22425511316071401135061
Binary10010100101011011001011111001110011000001001011101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94AD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #94AD4B;
 }
 .AnyTagClassName
 {
   color: #94AD4B;
 }
</style>
background-color css

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

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

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

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

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

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