Html Css Color HEX #9EEA70 Feijoa

📋 copy color: '#9EEA70'

red 158 ◦ green 234 ◦ blue 112

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

Shades of Feijoa #9EEA70

Tints of Feijoa #9EEA70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.22%

R = 31.35%
G = 46.43%
B = 22.22%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.52

 K value IS 0.08

RGB Variations

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

Color information

#9EEA70 (or 0x9EEA70) is known color: Feijoa. HEX triplet: 9E, EA and 70. RGB value is (158,234,112). Sum of RGB (Red+Green+Blue) = 158+234+112=504 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.35% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 112 (44.14% from 255 or 22.22% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA70 is #61158F. Grayscale: #C5C5C5. Windows color (decimal): -6362512 or 7400094. OLE color: 7400094.

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

Color convert

RGB 158 234 112 -
CMYK 0.32 0 0.52 0.08
HSL 97.38º 0.74% 0.68% -
HSV(B) 97.38º 0.52% 0.92% -
XYZ 46.45 67.28 25.87 -
YUV 197.37 79.82 99.92 -
System Red Green Blue C M Y K H S L
Decimal 158 234 112 0.32 0 0.52 0.08 97.38 0.74 0.68
Hex 9E EA 70 20 0 34 8 61 4A 44
Octal 236 352 160 40 0 64 10 141 112 104
Binary 10011110 11101010 1110000 100000 0 110100 1000 1100001 1001010 1000100

Color Harmonies of #9EEA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEA70

Black with #9EEA70

Text Example


Text Example

White with #9EEA70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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