Html Css Color HEX #9DF16B Feijoa

📋 copy color: '#9DF16B'

red 157 ◦ green 241 ◦ blue 107

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

Shades of Feijoa #9DF16B

Tints of Feijoa #9DF16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 21.19%

R = 31.09%
G = 47.72%
B = 21.19%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#9DF16B (or 0x9DF16B) is known color: Feijoa. HEX triplet: 9D, F1 and 6B. RGB value is (157,241,107). Sum of RGB (Red+Green+Blue) = 157+241+107=505 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.09% from 505); Green value is 241 (94.53% from 255 or 47.72% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF16B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF16B is #620E94. Grayscale: #C9C9C9. Windows color (decimal): -6426261 or 7074205. OLE color: 7074205.

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

Color convert

RGB 157 241 107 -
CMYK 0.35 0 0.56 0.05
HSL 97.61º 0.83% 0.68% -
HSV(B) 97.61º 0.56% 0.95% -
XYZ 48.01 71.14 25.11 -
YUV 200.61 75.17 96.9 -
System Red Green Blue C M Y K H S L
Decimal 157 241 107 0.35 0 0.56 0.05 97.61 0.83 0.68
Hex 9D F1 6B 23 0 38 5 62 53 44
Octal 235 361 153 43 0 70 5 142 123 104
Binary 10011101 11110001 1101011 100011 0 111000 101 1100010 1010011 1000100

Color Harmonies of #9DF16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF16B

Black with #9DF16B

Text Example


Text Example

White with #9DF16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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