Html Css Color HEX #9DDB69 Feijoa

📋 copy color: '#9DDB69'

red 157 ◦ green 219 ◦ blue 105

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

Shades of Feijoa #9DDB69

Tints of Feijoa #9DDB69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 21.83%

R = 32.64%
G = 45.53%
B = 21.83%

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

#9DDB69 (or 0x9DDB69) is known color: Feijoa. HEX triplet: 9D, DB and 69. RGB value is (157,219,105). Sum of RGB (Red+Green+Blue) = 157+219+105=481 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.64% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 105 (41.41% from 255 or 21.83% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #9DDB69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DDB69 is #622496. Grayscale: #BBBBBB. Windows color (decimal): -6431895 or 6937501. OLE color: 6937501.

HSL color Cylindrical-coordinate representation of color #9DDB69: hue angle of 92.63º 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 #9DDB69 is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 157 219 105 -
CMYK 0.28 0 0.52 0.14
HSL 92.63º 0.61% 0.64% -
HSV(B) 92.63º 0.52% 0.86% -
XYZ 41.79 58.85 22.52 -
YUV 187.47 81.46 106.27 -
System Red Green Blue C M Y K H S L
Decimal 157 219 105 0.28 0 0.52 0.14 92.63 0.61 0.64
Hex 9D DB 69 1C 0 34 E 5D 3D 40
Octal 235 333 151 34 0 64 16 135 75 100
Binary 10011101 11011011 1101001 11100 0 110100 1110 1011101 111101 1000000

Color Harmonies of #9DDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DDB69

Black with #9DDB69

Text Example


Text Example

White with #9DDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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