#98ED4A

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

Shades of Conifer #98ED4A

Tints of Conifer #98ED4A

Color information

#98ED4A (or 0x98ED4A) is unknown color: approx Conifer. HEX triplet: 98, ED and 4A. RGB value is (152,237,74). Sum of RGB (Red+Green+Blue) = 152+237+74=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 237 (92.97% from 255 or 51.19% from 463); Blue value is 74 (29.30% from 255 or 15.98% from 463); Max value from RGB is 237 - color contains mainly: green. Hex color #98ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #98ED4A is #6712B5. Grayscale: #C1C1C1. Windows color (decimal): -6754998 or 4910488. OLE color: 4910488.

HSL color Cylindrical-coordinate representation of color #98ED4A: hue angle of 91.29º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #98ED4A is Cyan = 0.36, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.07.

Color convert

RGB15223774-
CMYK0.3600.690.07
HSL91.29º81.91%60.98%-
HSV(B)91.29º68.78%92.94%-
XYZ44.4767.7417.21-
YUV19360.8498.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 237 (92.97% from 255) = 51.19%
BLUE value IS 74 (29.30% from 255) = 15.98%
R=32.83%
G=51.19%
B=15.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal152237740.3600.690.0791.2981.9160.98
Hex98ED4A2404575b523d
Octal230355112440105713312275
Binary100110001110110110010101001000100010111110110111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98ED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98ED4A; }

 p { color: rgb(152,237,74); }

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

<style>
 a { background-color: #98ED4A; }

 a { background-color: rgb(152,237,74); }

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

<style>
 span { border-color: #98ED4A; }

 span { border-color: rgb(152,237,74); }

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