Html Css Color HEX #9FE069 Feijoa

📋 copy color: '#9FE069'

red 159 ◦ green 224 ◦ blue 105

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

Shades of Feijoa #9FE069

Tints of Feijoa #9FE069

RGB

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

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

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

R = 32.58%
G = 45.9%
B = 21.52%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.12

RGB Variations

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

Color information

#9FE069 (or 0x9FE069) is known color: Feijoa. HEX triplet: 9F, E0 and 69. RGB value is (159,224,105). Sum of RGB (Red+Green+Blue) = 159+224+105=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 224 (87.89% from 255 or 45.90% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 224 - color contains mainly: green. Hex color #9FE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FE069 is #601F96. Grayscale: #BFBFBF. Windows color (decimal): -6299543 or 6938783. OLE color: 6938783.

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

Color convert

RGB 159 224 105 -
CMYK 0.29 0 0.53 0.12
HSL 92.77º 0.66% 0.65% -
HSV(B) 92.77º 0.53% 0.88% -
XYZ 43.5 61.7 22.98 -
YUV 191 79.47 105.18 -
System Red Green Blue C M Y K H S L
Decimal 159 224 105 0.29 0 0.53 0.12 92.77 0.66 0.65
Hex 9F E0 69 1D 0 35 C 5D 42 41
Octal 237 340 151 35 0 65 14 135 102 101
Binary 10011111 11100000 1101001 11101 0 110101 1100 1011101 1000010 1000001

Color Harmonies of #9FE069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE069

Black with #9FE069

Text Example


Text Example

White with #9FE069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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