#95EE5A

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

Shades of Conifer #95EE5A

Tints of Conifer #95EE5A

Color information

#95EE5A (or 0x95EE5A) is unknown color: approx Conifer. HEX triplet: 95, EE and 5A. RGB value is (149,238,90). Sum of RGB (Red+Green+Blue) = 149+238+90=477 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.24% from 477); Green value is 238 (93.36% from 255 or 49.90% from 477); Blue value is 90 (35.55% from 255 or 18.87% from 477); Max value from RGB is 238 - color contains mainly: green. Hex color #95EE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EE5A is #6A11A5. Grayscale: #C3C3C3. Windows color (decimal): -6951334 or 5959317. OLE color: 5959317.

HSL color Cylindrical-coordinate representation of color #95EE5A: hue angle of 96.08º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #95EE5A is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB14923890-
CMYK0.3700.620.07
HSL96.08º81.32%64.31%-
HSV(B)96.08º62.18%93.33%-
XYZ44.8168.2820.49-
YUV194.5269.0195.53-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.24%
GREEN value IS 238 (93.36% from 255) = 49.90%
BLUE value IS 90 (35.55% from 255) = 18.87%
R=31.24%
G=49.90%
B=18.87%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal149238900.3700.620.0796.0881.3264.31
Hex95EE5A2503E7605140
Octal225356132450767140121100
Binary100101011110111010110101001010111110111110000010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95EE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95EE5A; }

 p { color: rgb(149,238,90); }

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

<style>
 a { background-color: #95EE5A; }

 a { background-color: rgb(149,238,90); }

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

<style>
 span { border-color: #95EE5A; }

 span { border-color: rgb(149,238,90); }

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