Html Css Color HEX #9FE268 Feijoa

📋 copy color: '#9FE268'

red 159 ◦ green 226 ◦ blue 104

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

Shades of Feijoa #9FE268

Tints of Feijoa #9FE268

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.22%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 32.52%
G = 46.22%
B = 21.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#9FE268 (or 0x9FE268) is known color: Feijoa. HEX triplet: 9F, E2 and 68. RGB value is (159,226,104). Sum of RGB (Red+Green+Blue) = 159+226+104=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 226 - color contains mainly: green. Hex color #9FE268 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE268 is #601D97. Grayscale: #C0C0C0. Windows color (decimal): -6299032 or 6873759. OLE color: 6873759.

HSL color Cylindrical-coordinate representation of color #9FE268: hue angle of 92.95º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FE268 is Cyan = 0.30, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.

Color convert

RGB 159 226 104 -
CMYK 0.30 0 0.54 0.11
HSL 92.95º 0.68% 0.65% -
HSV(B) 92.95º 0.54% 0.89% -
XYZ 43.99 62.76 22.89 -
YUV 192.06 78.3 104.42 -
System Red Green Blue C M Y K H S L
Decimal 159 226 104 0.30 0 0.54 0.11 92.95 0.68 0.65
Hex 9F E2 68 1E 0 36 B 5D 44 41
Octal 237 342 150 36 0 66 13 135 104 101
Binary 10011111 11100010 1101000 11110 0 110110 1011 1011101 1000100 1000001

Color Harmonies of #9FE268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE268

Black with #9FE268

Text Example


Text Example

White with #9FE268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,226,104); }

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

background-color css

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

 a { background-color: rgb(159,226,104); }

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

border-color css

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

 span { border-color: rgb(159,226,104); }

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