Html Css Color HEX #9DEC68 Feijoa

📋 copy color: '#9DEC68'

red 157 ◦ green 236 ◦ blue 104

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

Shades of Feijoa #9DEC68

Tints of Feijoa #9DEC68

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.48%

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 31.59%
G = 47.48%
B = 20.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.56

 K value IS 0.07

RGB Variations

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

Color information

#9DEC68 (or 0x9DEC68) is known color: Feijoa. HEX triplet: 9D, EC and 68. RGB value is (157,236,104). Sum of RGB (Red+Green+Blue) = 157+236+104=497 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.59% from 497); Green value is 236 (92.58% from 255 or 47.48% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 236 - color contains mainly: green. Hex color #9DEC68 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEC68 is #621397. Grayscale: #C5C5C5. Windows color (decimal): -6427544 or 6876317. OLE color: 6876317.

HSL color Cylindrical-coordinate representation of color #9DEC68: hue angle of 95.91º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DEC68 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.07.

Color convert

RGB 157 236 104 -
CMYK 0.33 0 0.56 0.07
HSL 95.91º 0.78% 0.67% -
HSV(B) 95.91º 0.56% 0.93% -
XYZ 46.4 68.16 23.81 -
YUV 197.33 75.33 99.23 -
System Red Green Blue C M Y K H S L
Decimal 157 236 104 0.33 0 0.56 0.07 95.91 0.78 0.67
Hex 9D EC 68 21 0 38 7 60 4E 43
Octal 235 354 150 41 0 70 7 140 116 103
Binary 10011101 11101100 1101000 100001 0 111000 111 1100000 1001110 1000011

Color Harmonies of #9DEC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEC68

Black with #9DEC68

Text Example


Text Example

White with #9DEC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,236,104); }

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

background-color css

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

 a { background-color: rgb(157,236,104); }

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

border-color css

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

 span { border-color: rgb(157,236,104); }

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