Html Css Color HEX #9FE082 Feijoa

📋 copy color: '#9FE082'

red 159 ◦ green 224 ◦ blue 130

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

Shades of Feijoa #9FE082

Tints of Feijoa #9FE082

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

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

R = 30.99%
G = 43.66%
B = 25.34%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#9FE082 (or 0x9FE082) is known color: Feijoa. HEX triplet: 9F, E0 and 82. RGB value is (159,224,130). Sum of RGB (Red+Green+Blue) = 159+224+130=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FE082 is #601F7D. Grayscale: #C2C2C2. Windows color (decimal): -6299518 or 8577183. OLE color: 8577183.

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

Color convert

RGB 159 224 130 -
CMYK 0.29 0 0.42 0.12
HSL 101.49º 0.6% 0.69% -
HSV(B) 101.49º 0.42% 0.88% -
XYZ 44.98 62.29 30.77 -
YUV 193.85 91.97 103.14 -
System Red Green Blue C M Y K H S L
Decimal 159 224 130 0.29 0 0.42 0.12 101.49 0.6 0.69
Hex 9F E0 82 1D 0 2A C 65 3C 45
Octal 237 340 202 35 0 52 14 145 74 105
Binary 10011111 11100000 10000010 11101 0 101010 1100 1100101 111100 1000101

Color Harmonies of #9FE082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE082

Black with #9FE082

Text Example


Text Example

White with #9FE082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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