Html Css Color HEX #9DD671 Feijoa

📋 copy color: '#9DD671'

red 157 ◦ green 214 ◦ blue 113

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

Shades of Feijoa #9DD671

Tints of Feijoa #9DD671

RGB

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

 GREEN value IS 214 (83.98% from 255) = 44.21%

 BLUE value IS 113 (44.53% from 255) = 23.35%

R = 32.44%
G = 44.21%
B = 23.35%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#9DD671 (or 0x9DD671) is known color: Feijoa. HEX triplet: 9D, D6 and 71. RGB value is (157,214,113). Sum of RGB (Red+Green+Blue) = 157+214+113=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 214 (83.98% from 255 or 44.21% from 484); Blue value is 113 (44.53% from 255 or 23.35% from 484); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD671 is #62298E. Grayscale: #B9B9B9. Windows color (decimal): -6433167 or 7460509. OLE color: 7460509.

HSL color Cylindrical-coordinate representation of color #9DD671: hue angle of 93.86º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9DD671 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 113 -
CMYK 0.27 0 0.47 0.16
HSL 93.86º 0.55% 0.64% -
HSV(B) 93.86º 0.47% 0.84% -
XYZ 40.93 56.45 24.36 -
YUV 185.44 87.12 107.71 -
System Red Green Blue C M Y K H S L
Decimal 157 214 113 0.27 0 0.47 0.16 93.86 0.55 0.64
Hex 9D D6 71 1B 0 2F 10 5E 37 40
Octal 235 326 161 33 0 57 20 136 67 100
Binary 10011101 11010110 1110001 11011 0 101111 10000 1011110 110111 1000000

Color Harmonies of #9DD671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD671

Black with #9DD671

Text Example


Text Example

White with #9DD671

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,214,113); }

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

background-color css

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

 a { background-color: rgb(157,214,113); }

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

border-color css

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

 span { border-color: rgb(157,214,113); }

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