Html Css Color HEX #9EEA75 Feijoa

📋 copy color: '#9EEA75'

red 158 ◦ green 234 ◦ blue 117

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

Shades of Feijoa #9EEA75

Tints of Feijoa #9EEA75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 22.99%

R = 31.04%
G = 45.97%
B = 22.99%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.5

 K value IS 0.08

RGB Variations

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

Color information

#9EEA75 (or 0x9EEA75) is known color: Feijoa. HEX triplet: 9E, EA and 75. RGB value is (158,234,117). Sum of RGB (Red+Green+Blue) = 158+234+117=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 234 (91.80% from 255 or 45.97% from 509); Blue value is 117 (46.09% from 255 or 22.99% from 509); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA75 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA75 is #61158A. Grayscale: #C6C6C6. Windows color (decimal): -6362507 or 7727774. OLE color: 7727774.

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

Color convert

RGB 158 234 117 -
CMYK 0.32 0 0.5 0.08
HSL 98.97º 0.74% 0.69% -
HSV(B) 98.97º 0.5% 0.92% -
XYZ 46.73 67.4 27.38 -
YUV 197.94 82.32 99.51 -
System Red Green Blue C M Y K H S L
Decimal 158 234 117 0.32 0 0.5 0.08 98.97 0.74 0.69
Hex 9E EA 75 20 0 32 8 63 4A 45
Octal 236 352 165 40 0 62 10 143 112 105
Binary 10011110 11101010 1110101 100000 0 110010 1000 1100011 1001010 1000101

Color Harmonies of #9EEA75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEA75

Black with #9EEA75

Text Example


Text Example

White with #9EEA75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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