#98F269

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

Shades of Feijoa #98F269

Tints of Feijoa #98F269

Color information

#98F269 (or 0x98F269) is unknown color: approx Feijoa. HEX triplet: 98, F2 and 69. RGB value is (152,242,105). Sum of RGB (Red+Green+Blue) = 152+242+105=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #98F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F269 is #670D96. Grayscale: #C7C7C7. Windows color (decimal): -6753687 or 6943384. OLE color: 6943384.

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

Color convert

RGB152242105-
CMYK0.3700.570.05
HSL99.42º84.05%68.04%-
HSV(B)99.42º56.61%94.9%-
XYZ47.2571.224.62-
YUV199.4774.6894.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 30.46%
GREEN value IS 242 (94.92% from 255) = 48.50%
BLUE value IS 105 (41.41% from 255) = 21.04%
R=30.46%
G=48.50%
B=21.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1522421050.3700.570.0599.4284.0568.04
Hex98F269250395635444
Octal230362151450715143124104
Binary100110001111001011010011001010111001101110001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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