#97E161

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

Shades of Conifer #97E161

Tints of Conifer #97E161

Color information

#97E161 (or 0x97E161) is unknown color: approx Conifer. HEX triplet: 97, E1 and 61. RGB value is (151,225,97). Sum of RGB (Red+Green+Blue) = 151+225+97=473 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.92% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #97E161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97E161 is #681E9E. Grayscale: #BCBCBC. Windows color (decimal): -6823583 or 6414743. OLE color: 6414743.

HSL color Cylindrical-coordinate representation of color #97E161: hue angle of 94.69º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #97E161 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.12.

Color convert

RGB15122597-
CMYK0.3300.570.12
HSL94.69º68.09%63.14%-
HSV(B)94.69º56.89%88.24%-
XYZ41.8561.2920.93-
YUV188.2876.48101.41-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.92%
GREEN value IS 225 (88.28% from 255) = 47.57%
BLUE value IS 97 (38.28% from 255) = 20.51%
R=31.92%
G=47.57%
B=20.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal151225970.3300.570.1294.6968.0963.14
Hex97E16121039C5f443f
Octal227341141410711413710477
Binary100101111110000111000011000010111001110010111111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97E161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97E161; }

 p { color: rgb(151,225,97); }

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

<style>
 a { background-color: #97E161; }

 a { background-color: rgb(151,225,97); }

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

<style>
 span { border-color: #97E161; }

 span { border-color: rgb(151,225,97); }

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