Html Css Color HEX #9DD966 Feijoa

📋 copy color: '#9DD966'

red 157 ◦ green 217 ◦ blue 102

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

Shades of Feijoa #9DD966

Tints of Feijoa #9DD966

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

 BLUE value IS 102 (40.23% from 255) = 21.43%

R = 32.98%
G = 45.59%
B = 21.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#9DD966 (or 0x9DD966) is known color: Feijoa. HEX triplet: 9D, D9 and 66. RGB value is (157,217,102). Sum of RGB (Red+Green+Blue) = 157+217+102=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 102 (40.23% from 255 or 21.43% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #9DD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD966 is #622699. Grayscale: #BABABA. Windows color (decimal): -6432410 or 6740381. OLE color: 6740381.

HSL color Cylindrical-coordinate representation of color #9DD966: hue angle of 91.3º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9DD966 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 157 217 102 -
CMYK 0.28 0 0.53 0.15
HSL 91.3º 0.6% 0.63% -
HSV(B) 91.3º 0.53% 0.85% -
XYZ 41.12 57.75 21.55 -
YUV 185.95 80.62 107.35 -
System Red Green Blue C M Y K H S L
Decimal 157 217 102 0.28 0 0.53 0.15 91.3 0.6 0.63
Hex 9D D9 66 1C 0 35 F 5B 3C 3F
Octal 235 331 146 34 0 65 17 133 74 77
Binary 10011101 11011001 1100110 11100 0 110101 1111 1011011 111100 111111

Color Harmonies of #9DD966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD966

Black with #9DD966

Text Example


Text Example

White with #9DD966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,217,102); }

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

background-color css

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

 a { background-color: rgb(157,217,102); }

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

border-color css

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

 span { border-color: rgb(157,217,102); }

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