#98F25A

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

Shades of Conifer #98F25A

Tints of Conifer #98F25A

Color information

#98F25A (or 0x98F25A) is unknown color: approx Conifer. HEX triplet: 98, F2 and 5A. RGB value is (152,242,90). Sum of RGB (Red+Green+Blue) = 152+242+90=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 90 (35.55% from 255 or 18.60% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #98F25A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F25A is #670DA5. Grayscale: #C6C6C6. Windows color (decimal): -6753702 or 5960344. OLE color: 5960344.

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

Color convert

RGB15224290-
CMYK0.3700.630.05
HSL95.53º85.39%65.1%-
HSV(B)95.53º62.81%94.9%-
XYZ46.5570.9220.91-
YUV197.7667.1895.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.40%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 90 (35.55% from 255) = 18.60%
R=31.40%
G=50%
B=18.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152242900.3700.630.0595.5385.3965.1
Hex98F25A2503F5605541
Octal230362132450775140125101
Binary100110001111001010110101001010111111101110000010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,242,90); }

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

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

 a { background-color: rgb(152,242,90); }

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

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

 span { border-color: rgb(152,242,90); }

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