#99EF7A

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

Shades of Feijoa #99EF7A

Tints of Feijoa #99EF7A

Color information

#99EF7A (or 0x99EF7A) is unknown color: approx Feijoa. HEX triplet: 99, EF and 7A. RGB value is (153,239,122). Sum of RGB (Red+Green+Blue) = 153+239+122=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 239 (93.75% from 255 or 46.50% from 514); Blue value is 122 (48.05% from 255 or 23.74% from 514); Max value from RGB is 239 - color contains mainly: green. Hex color #99EF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99EF7A is #661085. Grayscale: #C8C8C8. Windows color (decimal): -6688902 or 8056729. OLE color: 8056729.

HSL color Cylindrical-coordinate representation of color #99EF7A: hue angle of 104.1º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99EF7A is Cyan = 0.36, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB153239122-
CMYK0.3600.490.06
HSL104.1º78.52%70.78%-
HSV(B)104.1º48.95%93.73%-
XYZ47.5269.9129.4-
YUV199.9584.0194.51-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 239 (93.75% from 255) = 46.50%
BLUE value IS 122 (48.05% from 255) = 23.74%
R=29.77%
G=46.50%
B=23.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1532391220.3600.490.06104.178.5270.78
Hex99EF7A240316684f47
Octal231357172440616150117107
Binary100110011110111111110101001000110001110110100010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,239,122); }

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

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

 a { background-color: rgb(153,239,122); }

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

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

 span { border-color: rgb(153,239,122); }

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