Html Css Color HEX #9DE272 Feijoa

📋 copy color: '#9DE272'

red 157 ◦ green 226 ◦ blue 114

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

Shades of Feijoa #9DE272

Tints of Feijoa #9DE272

RGB

 RED value IS 157 (61.72% from 255) = 31.59%

 GREEN value IS 226 (88.67% from 255) = 45.47%

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

R = 31.59%
G = 45.47%
B = 22.94%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#9DE272 (or 0x9DE272) is known color: Feijoa. HEX triplet: 9D, E2 and 72. RGB value is (157,226,114). Sum of RGB (Red+Green+Blue) = 157+226+114=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 226 (88.67% from 255 or 45.47% from 497); Blue value is 114 (44.92% from 255 or 22.94% from 497); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE272 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE272 is #621D8D. Grayscale: #C0C0C0. Windows color (decimal): -6430094 or 7529117. OLE color: 7529117.

HSL color Cylindrical-coordinate representation of color #9DE272: hue angle of 96.96º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DE272 is Cyan = 0.31, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.

Color convert

RGB 157 226 114 -
CMYK 0.31 0 0.50 0.11
HSL 96.96º 0.66% 0.67% -
HSV(B) 96.96º 0.5% 0.89% -
XYZ 44.14 62.78 25.71 -
YUV 192.6 83.64 102.61 -
System Red Green Blue C M Y K H S L
Decimal 157 226 114 0.31 0 0.50 0.11 96.96 0.66 0.67
Hex 9D E2 72 1F 0 32 B 61 42 43
Octal 235 342 162 37 0 62 13 141 102 103
Binary 10011101 11100010 1110010 11111 0 110010 1011 1100001 1000010 1000011

Color Harmonies of #9DE272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE272

Black with #9DE272

Text Example


Text Example

White with #9DE272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,226,114); }

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

background-color css

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

 a { background-color: rgb(157,226,114); }

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

border-color css

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

 span { border-color: rgb(157,226,114); }

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