Html Css Color HEX #9ED570 Feijoa

📋 copy color: '#9ED570'

red 158 ◦ green 213 ◦ blue 112

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

Shades of Feijoa #9ED570

Tints of Feijoa #9ED570

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.1%

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

R = 32.71%
G = 44.1%
B = 23.19%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9ED570 (or 0x9ED570) is known color: Feijoa. HEX triplet: 9E, D5 and 70. RGB value is (158,213,112). Sum of RGB (Red+Green+Blue) = 158+213+112=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 213 (83.59% from 255 or 44.10% from 483); Blue value is 112 (44.14% from 255 or 23.19% from 483); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED570 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED570 is #612A8F. Grayscale: #B9B9B9. Windows color (decimal): -6367888 or 7394718. OLE color: 7394718.

HSL color Cylindrical-coordinate representation of color #9ED570: hue angle of 92.67º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ED570 is Cyan = 0.26, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 213 112 -
CMYK 0.26 0 0.47 0.16
HSL 92.67º 0.55% 0.64% -
HSV(B) 92.67º 0.47% 0.84% -
XYZ 40.82 56.03 23.99 -
YUV 185.04 86.78 108.71 -
System Red Green Blue C M Y K H S L
Decimal 158 213 112 0.26 0 0.47 0.16 92.67 0.55 0.64
Hex 9E D5 70 1A 0 2F 10 5D 37 40
Octal 236 325 160 32 0 57 20 135 67 100
Binary 10011110 11010101 1110000 11010 0 101111 10000 1011101 110111 1000000

Color Harmonies of #9ED570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED570

Black with #9ED570

Text Example


Text Example

White with #9ED570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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