#98F295

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

Shades of Pale Green #98F295

Tints of Pale Green #98F295

Color information

#98F295 (or 0x98F295) is unknown color: approx Pale Green. HEX triplet: 98, F2 and 95. RGB value is (152,242,149). Sum of RGB (Red+Green+Blue) = 152+242+149=543 (71% of max value = 765). Red value is 152 (59.77% from 255 or 27.99% from 543); Green value is 242 (94.92% from 255 or 44.57% from 543); Blue value is 149 (58.59% from 255 or 27.44% from 543); Max value from RGB is 242 - color contains mainly: green. Hex color #98F295 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #98F295 is #670D6A. Grayscale: #CCCCCC. Windows color (decimal): -6753643 or 9826968. OLE color: 9826968.

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

Color convert

RGB152242149-
CMYK0.3700.380.05
HSL118.06º78.15%76.67%-
HSV(B)118.06º38.43%94.9%-
XYZ50.1372.3539.76-
YUV204.4996.6890.56-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 27.99%
GREEN value IS 242 (94.92% from 255) = 44.57%
BLUE value IS 149 (58.59% from 255) = 27.44%
R=27.99%
G=44.57%
B=27.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522421490.3700.380.05118.0678.1576.67
Hex98F295250265764e4d
Octal230362225450465166116115
Binary1001100011110010100101011001010100110101111011010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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