#9FE552

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

Shades of Conifer #9FE552

Tints of Conifer #9FE552

Color information

#9FE552 (or 0x9FE552) is unknown color: approx Conifer. HEX triplet: 9F, E5 and 52. RGB value is (159,229,82). Sum of RGB (Red+Green+Blue) = 159+229+82=470 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.83% from 470); Green value is 229 (89.84% from 255 or 48.72% from 470); Blue value is 82 (32.42% from 255 or 17.45% from 470); Max value from RGB is 229 - color contains mainly: green. Hex color #9FE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE552 is #601AAD. Grayscale: #BFBFBF. Windows color (decimal): -6298286 or 5432735. OLE color: 5432735.

HSL color Cylindrical-coordinate representation of color #9FE552: hue angle of 88.57º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FE552 is Cyan = 0.31, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.

Color convert

RGB15922982-
CMYK0.3100.640.10
HSL88.57º73.87%60.98%-
HSV(B)88.57º64.19%89.8%-
XYZ43.8464.0218.03-
YUV191.3166.31104.95-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.83%
GREEN value IS 229 (89.84% from 255) = 48.72%
BLUE value IS 82 (32.42% from 255) = 17.45%
R=33.83%
G=48.72%
B=17.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal159229820.3100.640.1088.5773.8760.98
Hex9FE5521F040A594a3d
Octal2373451223701001213111275
Binary100111111110010110100101111101000000101010110011001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,229,82); }

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

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

 a { background-color: rgb(159,229,82); }

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

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

 span { border-color: rgb(159,229,82); }

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