#99F269

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

Shades of Feijoa #99F269

Tints of Feijoa #99F269

Color information

#99F269 (or 0x99F269) is unknown color: approx Feijoa. HEX triplet: 99, F2 and 69. RGB value is (153,242,105). Sum of RGB (Red+Green+Blue) = 153+242+105=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 242 (94.92% from 255 or 48.4% from 500); Blue value is 105 (41.41% from 255 or 21% from 500); Max value from RGB is 242 - color contains mainly: green. Hex color #99F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99F269 is #660D96. Grayscale: #C8C8C8. Windows color (decimal): -6688151 or 6943385. OLE color: 6943385.

HSL color Cylindrical-coordinate representation of color #99F269: hue angle of 98.98º 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 #99F269 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB153242105-
CMYK0.3700.570.05
HSL98.98º84.05%68.04%-
HSV(B)98.98º56.61%94.9%-
XYZ47.4471.324.63-
YUV199.7774.5194.64-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.6%
GREEN value IS 242 (94.92% from 255) = 48.4%
BLUE value IS 105 (41.41% from 255) = 21%
R=30.6%
G=48.4%
B=21%

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
Decimal1532421050.3700.570.0598.9884.0568.04
Hex99F269250395635444
Octal231362151450715143124104
Binary100110011111001011010011001010111001101110001110101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99F269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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