Html Css Color HEX #9DD672 Feijoa

📋 copy color: '#9DD672'

red 157 ◦ green 214 ◦ blue 114

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

Shades of Feijoa #9DD672

Tints of Feijoa #9DD672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.51%

R = 32.37%
G = 44.12%
B = 23.51%

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

#9DD672 (or 0x9DD672) is known color: Feijoa. HEX triplet: 9D, D6 and 72. RGB value is (157,214,114). Sum of RGB (Red+Green+Blue) = 157+214+114=485 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.37% from 485); Green value is 214 (83.98% from 255 or 44.12% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 214 - color contains mainly: green. Hex color #9DD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD672 is #62298D. Grayscale: #B9B9B9. Windows color (decimal): -6433166 or 7526045. OLE color: 7526045.

HSL color Cylindrical-coordinate representation of color #9DD672: hue angle of 94.2º 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 #9DD672 is Cyan = 0.27, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 157 214 114 -
CMYK 0.27 0 0.47 0.16
HSL 94.2º 0.55% 0.64% -
HSV(B) 94.2º 0.47% 0.84% -
XYZ 40.99 56.48 24.66 -
YUV 185.56 87.62 107.63 -
System Red Green Blue C M Y K H S L
Decimal 157 214 114 0.27 0 0.47 0.16 94.2 0.55 0.64
Hex 9D D6 72 1B 0 2F 10 5E 37 40
Octal 235 326 162 33 0 57 20 136 67 100
Binary 10011101 11010110 1110010 11011 0 101111 10000 1011110 110111 1000000

Color Harmonies of #9DD672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD672

Black with #9DD672

Text Example


Text Example

White with #9DD672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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