Html Css Color HEX #9CF96F Feijoa

📋 copy color: '#9CF96F'

red 156 ◦ green 249 ◦ blue 111

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

Shades of Feijoa #9CF96F

Tints of Feijoa #9CF96F

RGB

 RED value IS 156 (61.33% from 255) = 30.23%

 GREEN value IS 249 (97.66% from 255) = 48.26%

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 30.23%
G = 48.26%
B = 21.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#9CF96F (or 0x9CF96F) is known color: Feijoa. HEX triplet: 9C, F9 and 6F. RGB value is (156,249,111). Sum of RGB (Red+Green+Blue) = 156+249+111=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 249 (97.66% from 255 or 48.26% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF96F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF96F is #630690. Grayscale: #CDCDCD. Windows color (decimal): -6489745 or 7338396. OLE color: 7338396.

HSL color Cylindrical-coordinate representation of color #9CF96F: hue angle of 100.43º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9CF96F is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 156 249 111 -
CMYK 0.37 0 0.55 0.02
HSL 100.43º 0.92% 0.71% -
HSV(B) 100.43º 0.55% 0.98% -
XYZ 50.46 75.97 27.04 -
YUV 205.46 74.69 92.72 -
System Red Green Blue C M Y K H S L
Decimal 156 249 111 0.37 0 0.55 0.02 100.43 0.92 0.71
Hex 9C F9 6F 25 0 37 2 64 5C 47
Octal 234 371 157 45 0 67 2 144 134 107
Binary 10011100 11111001 1101111 100101 0 110111 10 1100100 1011100 1000111

Color Harmonies of #9CF96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF96F

Black with #9CF96F

Text Example


Text Example

White with #9CF96F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,249,111); }

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

background-color css

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

 a { background-color: rgb(156,249,111); }

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

border-color css

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

 span { border-color: rgb(156,249,111); }

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