#9EF04A

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

Shades of Conifer #9EF04A

Tints of Conifer #9EF04A

Color information

#9EF04A (or 0x9EF04A) is unknown color: approx Conifer. HEX triplet: 9E, F0 and 4A. RGB value is (158,240,74). Sum of RGB (Red+Green+Blue) = 158+240+74=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 240 (94.14% from 255 or 50.85% from 472); Blue value is 74 (29.30% from 255 or 15.68% from 472); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF04A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EF04A is #610FB5. Grayscale: #C5C5C5. Windows color (decimal): -6361014 or 4911262. OLE color: 4911262.

HSL color Cylindrical-coordinate representation of color #9EF04A: hue angle of 89.64º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EF04A is Cyan = 0.34, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB15824074-
CMYK0.3400.690.06
HSL89.64º84.69%61.57%-
HSV(B)89.64º69.17%94.12%-
XYZ46.570.0817.56-
YUV196.5658.83100.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 240 (94.14% from 255) = 50.85%
BLUE value IS 74 (29.30% from 255) = 15.68%
R=33.47%
G=50.85%
B=15.68%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal158240740.3400.690.0689.6484.6961.57
Hex9EF04A2204565a553e
Octal236360112420105613212576
Binary100111101111000010010101000100100010111010110101010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,74); }

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

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

 a { background-color: rgb(158,240,74); }

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

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

 span { border-color: rgb(158,240,74); }

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