#9CF953

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

Shades of Conifer #9CF953

Tints of Conifer #9CF953

Color information

#9CF953 (or 0x9CF953) is unknown color: approx Conifer. HEX triplet: 9C, F9 and 53. RGB value is (156,249,83). Sum of RGB (Red+Green+Blue) = 156+249+83=488 (64% of max value = 765). Red value is 156 (61.33% from 255 or 31.97% from 488); Green value is 249 (97.66% from 255 or 51.02% from 488); Blue value is 83 (32.81% from 255 or 17.01% from 488); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF953 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF953 is #6306AC. Grayscale: #CACACA. Windows color (decimal): -6489773 or 5503388. OLE color: 5503388.

HSL color Cylindrical-coordinate representation of color #9CF953: hue angle of 93.61º 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 #9CF953 is Cyan = 0.37, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB15624983-
CMYK0.3700.670.02
HSL93.61º93.26%65.1%-
HSV(B)93.61º66.67%97.65%-
XYZ49.1575.4420.16-
YUV202.2760.6995-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 31.97%
GREEN value IS 249 (97.66% from 255) = 51.02%
BLUE value IS 83 (32.81% from 255) = 17.01%
R=31.97%
G=51.02%
B=17.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal156249830.3700.670.0293.6193.2665.1
Hex9CF9532504325e5d41
Octal2343711234501032136135101
Binary100111001111100110100111001010100001110101111010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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