Html Css Color HEX #9EDC69 Feijoa

📋 copy color: '#9EDC69'

red 158 ◦ green 220 ◦ blue 105

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

Shades of Feijoa #9EDC69

Tints of Feijoa #9EDC69

RGB

 RED value IS 158 (62.11% from 255) = 32.71%

 GREEN value IS 220 (86.33% from 255) = 45.55%

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

R = 32.71%
G = 45.55%
B = 21.74%

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

#9EDC69 (or 0x9EDC69) is known color: Feijoa. HEX triplet: 9E, DC and 69. RGB value is (158,220,105). Sum of RGB (Red+Green+Blue) = 158+220+105=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC69 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC69 is #612396. Grayscale: #BCBCBC. Windows color (decimal): -6366103 or 6937758. OLE color: 6937758.

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

Color convert

RGB 158 220 105 -
CMYK 0.28 0 0.52 0.14
HSL 92.35º 0.62% 0.64% -
HSV(B) 92.35º 0.52% 0.86% -
XYZ 42.24 59.48 22.62 -
YUV 188.35 80.96 106.35 -
System Red Green Blue C M Y K H S L
Decimal 158 220 105 0.28 0 0.52 0.14 92.35 0.62 0.64
Hex 9E DC 69 1C 0 34 E 5C 3E 40
Octal 236 334 151 34 0 64 16 134 76 100
Binary 10011110 11011100 1101001 11100 0 110100 1110 1011100 111110 1000000

Color Harmonies of #9EDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC69

Black with #9EDC69

Text Example


Text Example

White with #9EDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,105); }

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

background-color css

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

 a { background-color: rgb(158,220,105); }

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

border-color css

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

 span { border-color: rgb(158,220,105); }

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