Html Css Color HEX #99ED7A Feijoa

📋 copy color: '#99ED7A'

red 153 ◦ green 237 ◦ blue 122

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

Shades of Feijoa #99ED7A

Tints of Feijoa #99ED7A

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.29%

 BLUE value IS 122 (48.05% from 255) = 23.83%

R = 29.88%
G = 46.29%
B = 23.83%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.49

 K value IS 0.07

RGB Variations

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

Color information

#99ED7A (or 0x99ED7A) is known color: Feijoa. HEX triplet: 99, ED and 7A. RGB value is (153,237,122). Sum of RGB (Red+Green+Blue) = 153+237+122=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 237 (92.97% from 255 or 46.29% from 512); Blue value is 122 (48.05% from 255 or 23.83% from 512); Max value from RGB is 237 - color contains mainly: green. Hex color #99ED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #99ED7A is #661285. Grayscale: #C7C7C7. Windows color (decimal): -6689414 or 8056217. OLE color: 8056217.

HSL color Cylindrical-coordinate representation of color #99ED7A: hue angle of 103.83º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #99ED7A is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB 153 237 122 -
CMYK 0.35 0 0.49 0.07
HSL 103.83º 0.76% 0.7% -
HSV(B) 103.83º 0.49% 0.93% -
XYZ 46.93 68.75 29.21 -
YUV 198.77 84.67 95.35 -
System Red Green Blue C M Y K H S L
Decimal 153 237 122 0.35 0 0.49 0.07 103.83 0.76 0.7
Hex 99 ED 7A 23 0 31 7 68 4C 46
Octal 231 355 172 43 0 61 7 150 114 106
Binary 10011001 11101101 1111010 100011 0 110001 111 1101000 1001100 1000110

Color Harmonies of #99ED7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ED7A

Black with #99ED7A

Text Example


Text Example

White with #99ED7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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