Html Css Color HEX #9DEF6C Feijoa

📋 copy color: '#9DEF6C'

red 157 ◦ green 239 ◦ blue 108

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

Shades of Feijoa #9DEF6C

Tints of Feijoa #9DEF6C

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.42%

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 31.15%
G = 47.42%
B = 21.43%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9DEF6C (or 0x9DEF6C) is known color: Feijoa. HEX triplet: 9D, EF and 6C. RGB value is (157,239,108). Sum of RGB (Red+Green+Blue) = 157+239+108=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 239 (93.75% from 255 or 47.42% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF6C is #621093. Grayscale: #C7C7C7. Windows color (decimal): -6426772 or 7139229. OLE color: 7139229.

HSL color Cylindrical-coordinate representation of color #9DEF6C: hue angle of 97.56º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9DEF6C is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 239 108 -
CMYK 0.34 0 0.55 0.06
HSL 97.56º 0.8% 0.68% -
HSV(B) 97.56º 0.55% 0.94% -
XYZ 47.48 69.98 25.19 -
YUV 199.55 76.33 97.65 -
System Red Green Blue C M Y K H S L
Decimal 157 239 108 0.34 0 0.55 0.06 97.56 0.8 0.68
Hex 9D EF 6C 22 0 37 6 62 50 44
Octal 235 357 154 42 0 67 6 142 120 104
Binary 10011101 11101111 1101100 100010 0 110111 110 1100010 1010000 1000100

Color Harmonies of #9DEF6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF6C

Black with #9DEF6C

Text Example


Text Example

White with #9DEF6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,239,108); }

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

background-color css

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

 a { background-color: rgb(157,239,108); }

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

border-color css

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

 span { border-color: rgb(157,239,108); }

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