Html Css Color HEX #99E164 Feijoa

📋 copy color: '#99E164'

red 153 ◦ green 225 ◦ blue 100

#99E164
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #99E164

Tints of Feijoa #99E164

RGB

 RED value IS 153 (60.16% from 255) = 32.01%

 GREEN value IS 225 (88.28% from 255) = 47.07%

 BLUE value IS 100 (39.45% from 255) = 20.92%

R = 32.01%
G = 47.07%
B = 20.92%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#99E164 (or 0x99E164) is known color: Feijoa. HEX triplet: 99, E1 and 64. RGB value is (153,225,100). Sum of RGB (Red+Green+Blue) = 153+225+100=478 (63% of max value = 765). Red value is 153 (60.16% from 255 or 32.01% from 478); Green value is 225 (88.28% from 255 or 47.07% from 478); Blue value is 100 (39.45% from 255 or 20.92% from 478); Max value from RGB is 225 - color contains mainly: green. Hex color #99E164 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #99E164 is #661E9B. Grayscale: #BDBDBD. Windows color (decimal): -6692508 or 6611353. OLE color: 6611353.

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

Color convert

RGB 153 225 100 -
CMYK 0.32 0 0.56 0.12
HSL 94.56º 0.68% 0.64% -
HSV(B) 94.56º 0.56% 0.88% -
XYZ 42.36 61.54 21.7 -
YUV 189.22 77.65 102.16 -
System Red Green Blue C M Y K H S L
Decimal 153 225 100 0.32 0 0.56 0.12 94.56 0.68 0.64
Hex 99 E1 64 20 0 38 C 5F 44 40
Octal 231 341 144 40 0 70 14 137 104 100
Binary 10011001 11100001 1100100 100000 0 111000 1100 1011111 1000100 1000000

Color Harmonies of #99E164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99E164

Black with #99E164

Text Example


Text Example

White with #99E164

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,225,100); }

 H1.HeaderClassName
 {
   color: #99E164;
 }
 .AnyTagClassName
 {
   color: #99E164;
 }
</style>

background-color css

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

 a { background-color: rgb(153,225,100); }

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

border-color css

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

 span { border-color: rgb(153,225,100); }

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