Html Css Color HEX #9DE268 Feijoa

📋 copy color: '#9DE268'

red 157 ◦ green 226 ◦ blue 104

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

Shades of Feijoa #9DE268

Tints of Feijoa #9DE268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.36%

R = 32.24%
G = 46.41%
B = 21.36%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#9DE268 (or 0x9DE268) is known color: Feijoa. HEX triplet: 9D, E2 and 68. RGB value is (157,226,104). Sum of RGB (Red+Green+Blue) = 157+226+104=487 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.24% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #9DE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE268 is #621D97. Grayscale: #BFBFBF. Windows color (decimal): -6430104 or 6873757. OLE color: 6873757.

HSL color Cylindrical-coordinate representation of color #9DE268: hue angle of 93.93º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DE268 is Cyan = 0.31, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 157 226 104 -
CMYK 0.31 0 0.54 0.11
HSL 93.93º 0.68% 0.65% -
HSV(B) 93.93º 0.54% 0.89% -
XYZ 43.6 62.56 22.87 -
YUV 191.46 78.64 103.42 -
System Red Green Blue C M Y K H S L
Decimal 157 226 104 0.31 0 0.54 0.11 93.93 0.68 0.65
Hex 9D E2 68 1F 0 36 B 5E 44 41
Octal 235 342 150 37 0 66 13 136 104 101
Binary 10011101 11100010 1101000 11111 0 110110 1011 1011110 1000100 1000001

Color Harmonies of #9DE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DE268

Black with #9DE268

Text Example


Text Example

White with #9DE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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