#9FF953

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

Shades of Conifer #9FF953

Tints of Conifer #9FF953

Color information

#9FF953 (or 0x9FF953) is unknown color: approx Conifer. HEX triplet: 9F, F9 and 53. RGB value is (159,249,83). Sum of RGB (Red+Green+Blue) = 159+249+83=491 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.38% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 83 (32.81% from 255 or 16.90% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #9FF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF953 is #6006AC. Grayscale: #CBCBCB. Windows color (decimal): -6293165 or 5503391. OLE color: 5503391.

HSL color Cylindrical-coordinate representation of color #9FF953: hue angle of 92.53º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9FF953 is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB15924983-
CMYK0.3600.670.02
HSL92.53º93.26%65.1%-
HSV(B)92.53º66.67%97.65%-
XYZ49.7475.7520.18-
YUV203.1760.1896.5-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.38%
GREEN value IS 249 (97.66% from 255) = 50.71%
BLUE value IS 83 (32.81% from 255) = 16.90%
R=32.38%
G=50.71%
B=16.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal159249830.3600.670.0292.5393.2665.1
Hex9FF9532404325d5d41
Octal2373711234401032135135101
Binary100111111111100110100111001000100001110101110110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FF953; }

 p { color: rgb(159,249,83); }

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

<style>
 a { background-color: #9FF953; }

 a { background-color: rgb(159,249,83); }

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

<style>
 span { border-color: #9FF953; }

 span { border-color: rgb(159,249,83); }

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