Html Css Color HEX #9DEF6A Feijoa

📋 copy color: '#9DEF6A'

red 157 ◦ green 239 ◦ blue 106

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

Shades of Feijoa #9DEF6A

Tints of Feijoa #9DEF6A

RGB

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

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

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

R = 31.27%
G = 47.61%
B = 21.12%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#9DEF6A (or 0x9DEF6A) is known color: Feijoa. HEX triplet: 9D, EF and 6A. RGB value is (157,239,106). Sum of RGB (Red+Green+Blue) = 157+239+106=502 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.27% from 502); Green value is 239 (93.75% from 255 or 47.61% from 502); Blue value is 106 (41.80% from 255 or 21.12% from 502); Max value from RGB is 239 - color contains mainly: green. Hex color #9DEF6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEF6A is #621095. Grayscale: #C7C7C7. Windows color (decimal): -6426774 or 7008157. OLE color: 7008157.

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

Color convert

RGB 157 239 106 -
CMYK 0.34 0 0.56 0.06
HSL 96.99º 0.81% 0.68% -
HSV(B) 96.99º 0.56% 0.94% -
XYZ 47.37 69.94 24.64 -
YUV 199.32 75.33 97.81 -
System Red Green Blue C M Y K H S L
Decimal 157 239 106 0.34 0 0.56 0.06 96.99 0.81 0.68
Hex 9D EF 6A 22 0 38 6 61 51 44
Octal 235 357 152 42 0 70 6 141 121 104
Binary 10011101 11101111 1101010 100010 0 111000 110 1100001 1010001 1000100

Color Harmonies of #9DEF6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DEF6A

Black with #9DEF6A

Text Example


Text Example

White with #9DEF6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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