Html Css Color HEX #9DDA6A Feijoa

📋 copy color: '#9DDA6A'

red 157 ◦ green 218 ◦ blue 106

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

Shades of Feijoa #9DDA6A

Tints of Feijoa #9DDA6A

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.32%

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

R = 32.64%
G = 45.32%
B = 22.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.15

RGB Variations

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

Color information

#9DDA6A (or 0x9DDA6A) is known color: Feijoa. HEX triplet: 9D, DA and 6A. RGB value is (157,218,106). Sum of RGB (Red+Green+Blue) = 157+218+106=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 106 (41.80% from 255 or 22.04% from 481); Max value from RGB is 218 - color contains mainly: green. Hex color #9DDA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDA6A is #622595. Grayscale: #BBBBBB. Windows color (decimal): -6432150 or 7002781. OLE color: 7002781.

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

Color convert

RGB 157 218 106 -
CMYK 0.28 0 0.51 0.15
HSL 92.68º 0.6% 0.64% -
HSV(B) 92.68º 0.51% 0.85% -
XYZ 41.58 58.35 22.71 -
YUV 186.99 82.29 106.61 -
System Red Green Blue C M Y K H S L
Decimal 157 218 106 0.28 0 0.51 0.15 92.68 0.6 0.64
Hex 9D DA 6A 1C 0 33 F 5D 3C 40
Octal 235 332 152 34 0 63 17 135 74 100
Binary 10011101 11011010 1101010 11100 0 110011 1111 1011101 111100 1000000

Color Harmonies of #9DDA6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDA6A

Black with #9DDA6A

Text Example


Text Example

White with #9DDA6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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