#95FF5A

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

Shades of Conifer #95FF5A

Tints of Conifer #95FF5A

Color information

#95FF5A (or 0x95FF5A) is unknown color: approx Conifer. HEX triplet: 95, FF and 5A. RGB value is (149,255,90). Sum of RGB (Red+Green+Blue) = 149+255+90=494 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.16% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 90 (35.55% from 255 or 18.22% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #95FF5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FF5A is #6A00A5. Grayscale: #CDCDCD. Windows color (decimal): -6946982 or 5963669. OLE color: 5963669.

HSL color Cylindrical-coordinate representation of color #95FF5A: hue angle of 98.55º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #95FF5A is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.

Color convert

RGB14925590-
CMYK0.4200.650
HSL98.55º100%67.65%-
HSV(B)98.55º64.71%100%-
XYZ5078.6522.22-
YUV204.563.3888.42-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.16%
GREEN value IS 255 (100% from 255) = 51.62%
BLUE value IS 90 (35.55% from 255) = 18.22%
R=30.16%
G=51.62%
B=18.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal149255900.4200.65098.5510067.65
Hex95FF5A2A0410636444
Octal2253771325201010143144104
Binary10010101111111111011010101010010000010110001111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95FF5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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