Html Css Color HEX #9ED270 Feijoa

📋 copy color: '#9ED270'

red 158 ◦ green 210 ◦ blue 112

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

Shades of Feijoa #9ED270

Tints of Feijoa #9ED270

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.75%

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

R = 32.92%
G = 43.75%
B = 23.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#9ED270 (or 0x9ED270) is known color: Feijoa. HEX triplet: 9E, D2 and 70. RGB value is (158,210,112). Sum of RGB (Red+Green+Blue) = 158+210+112=480 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.92% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 112 (44.14% from 255 or 23.33% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED270 is #612D8F. Grayscale: #B7B7B7. Windows color (decimal): -6368656 or 7393950. OLE color: 7393950.

HSL color Cylindrical-coordinate representation of color #9ED270: hue angle of 91.84º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ED270 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 210 112 -
CMYK 0.25 0 0.47 0.18
HSL 91.84º 0.52% 0.63% -
HSV(B) 91.84º 0.47% 0.82% -
XYZ 40.07 54.53 23.74 -
YUV 183.28 87.77 109.97 -
System Red Green Blue C M Y K H S L
Decimal 158 210 112 0.25 0 0.47 0.18 91.84 0.52 0.63
Hex 9E D2 70 19 0 2F 12 5C 34 3F
Octal 236 322 160 31 0 57 22 134 64 77
Binary 10011110 11010010 1110000 11001 0 101111 10010 1011100 110100 111111

Color Harmonies of #9ED270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED270

Black with #9ED270

Text Example


Text Example

White with #9ED270

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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