Html Css Color HEX #9FDF82 Feijoa

📋 copy color: '#9FDF82'

red 159 ◦ green 223 ◦ blue 130

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

Shades of Feijoa #9FDF82

Tints of Feijoa #9FDF82

RGB

 RED value IS 159 (62.5% from 255) = 31.05%

 GREEN value IS 223 (87.5% from 255) = 43.55%

 BLUE value IS 130 (51.17% from 255) = 25.39%

R = 31.05%
G = 43.55%
B = 25.39%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#9FDF82 (or 0x9FDF82) is known color: Feijoa. HEX triplet: 9F, DF and 82. RGB value is (159,223,130). Sum of RGB (Red+Green+Blue) = 159+223+130=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 223 (87.5% from 255 or 43.55% from 512); Blue value is 130 (51.17% from 255 or 25.39% from 512); Max value from RGB is 223 - color contains mainly: green. Hex color #9FDF82 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FDF82 is #60207D. Grayscale: #C1C1C1. Windows color (decimal): -6299774 or 8576927. OLE color: 8576927.

HSL color Cylindrical-coordinate representation of color #9FDF82: hue angle of 101.29º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9FDF82 is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB 159 223 130 -
CMYK 0.29 0 0.42 0.13
HSL 101.29º 0.59% 0.69% -
HSV(B) 101.29º 0.42% 0.87% -
XYZ 44.72 61.76 30.68 -
YUV 193.26 92.3 103.56 -
System Red Green Blue C M Y K H S L
Decimal 159 223 130 0.29 0 0.42 0.13 101.29 0.59 0.69
Hex 9F DF 82 1D 0 2A D 65 3B 45
Octal 237 337 202 35 0 52 15 145 73 105
Binary 10011111 11011111 10000010 11101 0 101010 1101 1100101 111011 1000101

Color Harmonies of #9FDF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDF82

Black with #9FDF82

Text Example


Text Example

White with #9FDF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,223,130); }

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

background-color css

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

 a { background-color: rgb(159,223,130); }

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

border-color css

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

 span { border-color: rgb(159,223,130); }

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