#94E85A

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

Shades of Conifer #94E85A

Tints of Conifer #94E85A

Color information

#94E85A (or 0x94E85A) is unknown color: approx Conifer. HEX triplet: 94, E8 and 5A. RGB value is (148,232,90). Sum of RGB (Red+Green+Blue) = 148+232+90=470 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.49% from 470); Green value is 232 (91.02% from 255 or 49.36% from 470); Blue value is 90 (35.55% from 255 or 19.15% from 470); Max value from RGB is 232 - color contains mainly: green. Hex color #94E85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E85A is #6B17A5. Grayscale: #BFBFBF. Windows color (decimal): -7018406 or 5957780. OLE color: 5957780.

HSL color Cylindrical-coordinate representation of color #94E85A: hue angle of 95.49º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94E85A is Cyan = 0.36, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.

Color convert

RGB14823290-
CMYK0.3600.610.09
HSL95.49º75.53%63.14%-
HSV(B)95.49º61.21%90.98%-
XYZ42.9164.7519.91-
YUV190.771.1797.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.49%
GREEN value IS 232 (91.02% from 255) = 49.36%
BLUE value IS 90 (35.55% from 255) = 19.15%
R=31.49%
G=49.36%
B=19.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal148232900.3600.610.0995.4975.5363.14
Hex94E85A2403D95f4c3f
Octal224350132440751113711477
Binary100101001110100010110101001000111101100110111111001100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E85A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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