Html Css Color HEX #9FF069 Feijoa

📋 copy color: '#9FF069'

red 159 ◦ green 240 ◦ blue 105

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

Shades of Feijoa #9FF069

Tints of Feijoa #9FF069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.83%

R = 31.55%
G = 47.62%
B = 20.83%

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

#9FF069 (or 0x9FF069) is known color: Feijoa. HEX triplet: 9F, F0 and 69. RGB value is (159,240,105). Sum of RGB (Red+Green+Blue) = 159+240+105=504 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.55% from 504); Green value is 240 (94.14% from 255 or 47.62% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 240 - color contains mainly: green. Hex color #9FF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF069 is #600F96. Grayscale: #C8C8C8. Windows color (decimal): -6295447 or 6942879. OLE color: 6942879.

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

Color convert

RGB 159 240 105 -
CMYK 0.34 0 0.56 0.06
HSL 96º 0.82% 0.68% -
HSV(B) 96º 0.56% 0.94% -
XYZ 48.01 70.71 24.48 -
YUV 200.39 74.16 98.48 -
System Red Green Blue C M Y K H S L
Decimal 159 240 105 0.34 0 0.56 0.06 96 0.82 0.68
Hex 9F F0 69 22 0 38 6 60 52 44
Octal 237 360 151 42 0 70 6 140 122 104
Binary 10011111 11110000 1101001 100010 0 111000 110 1100000 1010010 1000100

Color Harmonies of #9FF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF069

Black with #9FF069

Text Example


Text Example

White with #9FF069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,240,105); }

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

background-color css

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

 a { background-color: rgb(159,240,105); }

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

border-color css

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

 span { border-color: rgb(159,240,105); }

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