Html Css Color HEX #9CF078 Feijoa

📋 copy color: '#9CF078'

red 156 ◦ green 240 ◦ blue 120

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

Shades of Feijoa #9CF078

Tints of Feijoa #9CF078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.26%

R = 30.23%
G = 46.51%
B = 23.26%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#9CF078 (or 0x9CF078) is known color: Feijoa. HEX triplet: 9C, F0 and 78. RGB value is (156,240,120). Sum of RGB (Red+Green+Blue) = 156+240+120=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 240 (94.14% from 255 or 46.51% from 516); Blue value is 120 (47.27% from 255 or 23.26% from 516); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF078 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF078 is #630F87. Grayscale: #C9C9C9. Windows color (decimal): -6492040 or 7925916. OLE color: 7925916.

HSL color Cylindrical-coordinate representation of color #9CF078: hue angle of 102º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9CF078 is Cyan = 0.35, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 156 240 120 -
CMYK 0.35 0 0.5 0.06
HSL 102º 0.8% 0.71% -
HSV(B) 102º 0.5% 0.94% -
XYZ 48.26 70.74 28.88 -
YUV 201.2 82.17 95.76 -
System Red Green Blue C M Y K H S L
Decimal 156 240 120 0.35 0 0.5 0.06 102 0.8 0.71
Hex 9C F0 78 23 0 32 6 66 50 47
Octal 234 360 170 43 0 62 6 146 120 107
Binary 10011100 11110000 1111000 100011 0 110010 110 1100110 1010000 1000111

Color Harmonies of #9CF078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF078

Black with #9CF078

Text Example


Text Example

White with #9CF078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,240,120); }

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

background-color css

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

 a { background-color: rgb(156,240,120); }

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

border-color css

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

 span { border-color: rgb(156,240,120); }

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