Html Css Color HEX #9DF17D Feijoa

📋 copy color: '#9DF17D'

red 157 ◦ green 241 ◦ blue 125

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

Shades of Feijoa #9DF17D

Tints of Feijoa #9DF17D

RGB

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

 GREEN value IS 241 (94.53% from 255) = 46.08%

 BLUE value IS 125 (49.22% from 255) = 23.9%

R = 30.02%
G = 46.08%
B = 23.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.05

RGB Variations

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

Color information

#9DF17D (or 0x9DF17D) is known color: Feijoa. HEX triplet: 9D, F1 and 7D. RGB value is (157,241,125). Sum of RGB (Red+Green+Blue) = 157+241+125=523 (69% of max value = 765). Red value is 157 (61.72% from 255 or 30.02% from 523); Green value is 241 (94.53% from 255 or 46.08% from 523); Blue value is 125 (49.22% from 255 or 23.90% from 523); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF17D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF17D is #620E82. Grayscale: #CBCBCB. Windows color (decimal): -6426243 or 8253853. OLE color: 8253853.

HSL color Cylindrical-coordinate representation of color #9DF17D: hue angle of 103.45º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9DF17D is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 125 -
CMYK 0.35 0 0.48 0.05
HSL 103.45º 0.81% 0.72% -
HSV(B) 103.45º 0.48% 0.95% -
XYZ 49.06 71.56 30.63 -
YUV 202.66 84.17 95.43 -
System Red Green Blue C M Y K H S L
Decimal 157 241 125 0.35 0 0.48 0.05 103.45 0.81 0.72
Hex 9D F1 7D 23 0 30 5 67 51 48
Octal 235 361 175 43 0 60 5 147 121 110
Binary 10011101 11110001 1111101 100011 0 110000 101 1100111 1010001 1001000

Color Harmonies of #9DF17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF17D

Black with #9DF17D

Text Example


Text Example

White with #9DF17D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,125); }

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

background-color css

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

 a { background-color: rgb(157,241,125); }

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

border-color css

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

 span { border-color: rgb(157,241,125); }

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