Html Css Color HEX #9DEC6B Feijoa

📋 copy color: '#9DEC6B'

red 157 ◦ green 236 ◦ blue 107

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

Shades of Feijoa #9DEC6B

Tints of Feijoa #9DEC6B

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.2%

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

R = 31.4%
G = 47.2%
B = 21.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.07

RGB Variations

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

Color information

#9DEC6B (or 0x9DEC6B) is known color: Feijoa. HEX triplet: 9D, EC and 6B. RGB value is (157,236,107). Sum of RGB (Red+Green+Blue) = 157+236+107=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 236 (92.58% from 255 or 47.2% from 500); Blue value is 107 (42.19% from 255 or 21.4% from 500); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC6B is #621394. Grayscale: #C6C6C6. Windows color (decimal): -6427541 or 7072925. OLE color: 7072925.

HSL color Cylindrical-coordinate representation of color #9DEC6B: hue angle of 96.74º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DEC6B is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 107 -
CMYK 0.33 0 0.55 0.07
HSL 96.74º 0.77% 0.67% -
HSV(B) 96.74º 0.55% 0.93% -
XYZ 46.55 68.22 24.62 -
YUV 197.67 76.83 98.99 -
System Red Green Blue C M Y K H S L
Decimal 157 236 107 0.33 0 0.55 0.07 96.74 0.77 0.67
Hex 9D EC 6B 21 0 37 7 61 4D 43
Octal 235 354 153 41 0 67 7 141 115 103
Binary 10011101 11101100 1101011 100001 0 110111 111 1100001 1001101 1000011

Color Harmonies of #9DEC6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEC6B

Black with #9DEC6B

Text Example


Text Example

White with #9DEC6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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