Html Css Color HEX #9DF06B Feijoa

📋 copy color: '#9DF06B'

red 157 ◦ green 240 ◦ blue 107

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

Shades of Feijoa #9DF06B

Tints of Feijoa #9DF06B

RGB

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

 GREEN value IS 240 (94.14% from 255) = 47.62%

 BLUE value IS 107 (42.19% from 255) = 21.23%

R = 31.15%
G = 47.62%
B = 21.23%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.55

 K value IS 0.06

RGB Variations

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

Color information

#9DF06B (or 0x9DF06B) is known color: Feijoa. HEX triplet: 9D, F0 and 6B. RGB value is (157,240,107). Sum of RGB (Red+Green+Blue) = 157+240+107=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF06B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF06B is #620F94. Grayscale: #C8C8C8. Windows color (decimal): -6426517 or 7073949. OLE color: 7073949.

HSL color Cylindrical-coordinate representation of color #9DF06B: hue angle of 97.44º degrees, saturation: 0.82, 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 #9DF06B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 107 -
CMYK 0.35 0 0.55 0.06
HSL 97.44º 0.82% 0.68% -
HSV(B) 97.44º 0.55% 0.94% -
XYZ 47.72 70.55 25.01 -
YUV 200.02 75.5 97.31 -
System Red Green Blue C M Y K H S L
Decimal 157 240 107 0.35 0 0.55 0.06 97.44 0.82 0.68
Hex 9D F0 6B 23 0 37 6 61 52 44
Octal 235 360 153 43 0 67 6 141 122 104
Binary 10011101 11110000 1101011 100011 0 110111 110 1100001 1010010 1000100

Color Harmonies of #9DF06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF06B

Black with #9DF06B

Text Example


Text Example

White with #9DF06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,107); }

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

background-color css

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

 a { background-color: rgb(157,240,107); }

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

border-color css

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

 span { border-color: rgb(157,240,107); }

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