Html Css Color HEX #9EEA72 Feijoa

📋 copy color: '#9EEA72'

red 158 ◦ green 234 ◦ blue 114

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

Shades of Feijoa #9EEA72

Tints of Feijoa #9EEA72

RGB

 RED value IS 158 (62.11% from 255) = 31.23%

 GREEN value IS 234 (91.8% from 255) = 46.25%

 BLUE value IS 114 (44.92% from 255) = 22.53%

R = 31.23%
G = 46.25%
B = 22.53%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#9EEA72 (or 0x9EEA72) is known color: Feijoa. HEX triplet: 9E, EA and 72. RGB value is (158,234,114). Sum of RGB (Red+Green+Blue) = 158+234+114=506 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.23% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA72 is #61158D. Grayscale: #C6C6C6. Windows color (decimal): -6362510 or 7531166. OLE color: 7531166.

HSL color Cylindrical-coordinate representation of color #9EEA72: hue angle of 98º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EEA72 is Cyan = 0.32, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 234 114 -
CMYK 0.32 0 0.51 0.08
HSL 98º 0.74% 0.68% -
HSV(B) 98º 0.51% 0.92% -
XYZ 46.56 67.33 26.46 -
YUV 197.6 80.82 99.76 -
System Red Green Blue C M Y K H S L
Decimal 158 234 114 0.32 0 0.51 0.08 98 0.74 0.68
Hex 9E EA 72 20 0 33 8 62 4A 44
Octal 236 352 162 40 0 63 10 142 112 104
Binary 10011110 11101010 1110010 100000 0 110011 1000 1100010 1001010 1000100

Color Harmonies of #9EEA72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEA72

Black with #9EEA72

Text Example


Text Example

White with #9EEA72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EEA72; }

 p { color: rgb(158,234,114); }

 H1.HeaderClassName
 {
   color: #9EEA72;
 }
 .AnyTagClassName
 {
   color: #9EEA72;
 }
</style>

background-color css

<style>
 a { background-color: #9EEA72; }

 a { background-color: rgb(158,234,114); }

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

border-color css

<style>
 span { border-color: #9EEA72; }

 span { border-color: rgb(158,234,114); }

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