#9DF054

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

Shades of Conifer #9DF054

Tints of Conifer #9DF054

Color information

#9DF054 (or 0x9DF054) is unknown color: approx Conifer. HEX triplet: 9D, F0 and 54. RGB value is (157,240,84). Sum of RGB (Red+Green+Blue) = 157+240+84=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 84 (33.20% from 255 or 17.46% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF054 is #620FAB. Grayscale: #C5C5C5. Windows color (decimal): -6426540 or 5566621. OLE color: 5566621.

HSL color Cylindrical-coordinate representation of color #9DF054: hue angle of 91.92º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9DF054 is Cyan = 0.35, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB15724084-
CMYK0.3500.650.06
HSL91.92º83.87%63.53%-
HSV(B)91.92º65%94.12%-
XYZ46.6670.1319.46-
YUV197.46499.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.64%
GREEN value IS 240 (94.14% from 255) = 49.90%
BLUE value IS 84 (33.20% from 255) = 17.46%
R=32.64%
G=49.90%
B=17.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal157240840.3500.650.0691.9283.8763.53
Hex9DF0542304165c5440
Octal2353601244301016134124100
Binary1001110111110000101010010001101000001110101110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,240,84); }

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

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

 a { background-color: rgb(157,240,84); }

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

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

 span { border-color: rgb(157,240,84); }

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