#9CF152

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

Shades of Conifer #9CF152

Tints of Conifer #9CF152

Color information

#9CF152 (or 0x9CF152) is unknown color: approx Conifer. HEX triplet: 9C, F1 and 52. RGB value is (156,241,82). Sum of RGB (Red+Green+Blue) = 156+241+82=479 (63% of max value = 765). Red value is 156 (61.33% from 255 or 32.57% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 82 (32.42% from 255 or 17.12% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF152 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF152 is #630EAD. Grayscale: #C6C6C6. Windows color (decimal): -6491822 or 5435804. OLE color: 5435804.

HSL color Cylindrical-coordinate representation of color #9CF152: hue angle of 92.08º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9CF152 is Cyan = 0.35, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB15624182-
CMYK0.3500.660.05
HSL92.08º85.03%63.33%-
HSV(B)92.08º65.98%94.51%-
XYZ46.6970.5919.15-
YUV197.4662.8498.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.57%
GREEN value IS 241 (94.53% from 255) = 50.31%
BLUE value IS 82 (32.42% from 255) = 17.12%
R=32.57%
G=50.31%
B=17.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal156241820.3500.660.0592.0885.0363.33
Hex9CF1522304255c553f
Octal234361122430102513412577
Binary100111001111000110100101000110100001010110111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,241,82); }

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

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

 a { background-color: rgb(156,241,82); }

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

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

 span { border-color: rgb(156,241,82); }

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