#94E35B

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

Shades of Conifer #94E35B

Tints of Conifer #94E35B

Color information

#94E35B (or 0x94E35B) is unknown color: approx Conifer. HEX triplet: 94, E3 and 5B. RGB value is (148,227,91). Sum of RGB (Red+Green+Blue) = 148+227+91=466 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.76% from 466); Green value is 227 (89.06% from 255 or 48.71% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 227 - color contains mainly: green. Hex color #94E35B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94E35B is #6B1CA4. Grayscale: #BCBCBC. Windows color (decimal): -7019685 or 6022036. OLE color: 6022036.

HSL color Cylindrical-coordinate representation of color #94E35B: hue angle of 94.85º degrees, saturation: 0.71, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #94E35B is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.

Color convert

RGB14822791-
CMYK0.3500.600.11
HSL94.85º70.83%62.35%-
HSV(B)94.85º59.91%89.02%-
XYZ41.5761.9919.67-
YUV187.8773.3399.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.76%
GREEN value IS 227 (89.06% from 255) = 48.71%
BLUE value IS 91 (35.94% from 255) = 19.53%
R=31.76%
G=48.71%
B=19.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148227910.3500.600.1194.8570.8362.35
Hex94E35B2303CB5f473e
Octal224343133430741313710776
Binary100101001110001110110111000110111100101110111111000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E35B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,227,91); }

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

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

 a { background-color: rgb(148,227,91); }

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

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

 span { border-color: rgb(148,227,91); }

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