#9DF34A

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

Shades of Conifer #9DF34A

Tints of Conifer #9DF34A

Color information

#9DF34A (or 0x9DF34A) is unknown color: approx Conifer. HEX triplet: 9D, F3 and 4A. RGB value is (157,243,74). Sum of RGB (Red+Green+Blue) = 157+243+74=474 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.12% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 74 (29.30% from 255 or 15.61% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #9DF34A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9DF34A is #620CB5. Grayscale: #C6C6C6. Windows color (decimal): -6425782 or 4912029. OLE color: 4912029.

HSL color Cylindrical-coordinate representation of color #9DF34A: hue angle of 90.53º degrees, saturation: 0.88, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9DF34A is Cyan = 0.35, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.

Color convert

RGB15724374-
CMYK0.3500.700.05
HSL90.53º87.56%62.16%-
HSV(B)90.53º69.55%95.29%-
XYZ47.1971.7617.84-
YUV198.0258.0198.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.12%
GREEN value IS 243 (95.31% from 255) = 51.27%
BLUE value IS 74 (29.30% from 255) = 15.61%
R=33.12%
G=51.27%
B=15.61%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal157243740.3500.700.0590.5387.5662.16
Hex9DF34A2304655b583e
Octal235363112430106513313076
Binary100111011111001110010101000110100011010110110111011000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DF34A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,243,74); }

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

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

 a { background-color: rgb(157,243,74); }

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

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

 span { border-color: rgb(157,243,74); }

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