Html Css Color HEX #9DDB6A Feijoa

📋 copy color: '#9DDB6A'

red 157 ◦ green 219 ◦ blue 106

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

Shades of Feijoa #9DDB6A

Tints of Feijoa #9DDB6A

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 32.57%
G = 45.44%
B = 21.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9DDB6A (or 0x9DDB6A) is known color: Feijoa. HEX triplet: 9D, DB and 6A. RGB value is (157,219,106). Sum of RGB (Red+Green+Blue) = 157+219+106=482 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.57% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB6A is #622495. Grayscale: #BBBBBB. Windows color (decimal): -6431894 or 7003037. OLE color: 7003037.

HSL color Cylindrical-coordinate representation of color #9DDB6A: hue angle of 92.92º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9DDB6A is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 106 -
CMYK 0.28 0 0.52 0.14
HSL 92.92º 0.61% 0.64% -
HSV(B) 92.92º 0.52% 0.86% -
XYZ 41.84 58.87 22.79 -
YUV 187.58 81.96 106.19 -
System Red Green Blue C M Y K H S L
Decimal 157 219 106 0.28 0 0.52 0.14 92.92 0.61 0.64
Hex 9D DB 6A 1C 0 34 E 5D 3D 40
Octal 235 333 152 34 0 64 16 135 75 100
Binary 10011101 11011011 1101010 11100 0 110100 1110 1011101 111101 1000000

Color Harmonies of #9DDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB6A

Black with #9DDB6A

Text Example


Text Example

White with #9DDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,219,106); }

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

background-color css

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

 a { background-color: rgb(157,219,106); }

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

border-color css

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

 span { border-color: rgb(157,219,106); }

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