#99E068

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

Shades of Feijoa #99E068

Tints of Feijoa #99E068

Color information

#99E068 (or 0x99E068) is unknown color: approx Feijoa. HEX triplet: 99, E0 and 68. RGB value is (153,224,104). Sum of RGB (Red+Green+Blue) = 153+224+104=481 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.81% from 481); Green value is 224 (87.89% from 255 or 46.57% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 224 - color contains mainly: green. Hex color #99E068 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E068 is #661F97. Grayscale: #BDBDBD. Windows color (decimal): -6692760 or 6873241. OLE color: 6873241.

HSL color Cylindrical-coordinate representation of color #99E068: hue angle of 95.5º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #99E068 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.

Color convert

RGB153224104-
CMYK0.3200.540.12
HSL95.5º65.93%64.31%-
HSV(B)95.5º53.57%87.84%-
XYZ42.2961.0822.66-
YUV189.0979.98102.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.81%
GREEN value IS 224 (87.89% from 255) = 46.57%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=31.81%
G=46.57%
B=21.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1532241040.3200.540.1295.565.9364.31
Hex99E06820036C604240
Octal2313401504006614140102100
Binary1001100111100000110100010000001101101100110000010000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99E068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,224,104); }

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

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

 a { background-color: rgb(153,224,104); }

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

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

 span { border-color: rgb(153,224,104); }

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