Html Css Color HEX #9CF275 Feijoa

📋 copy color: '#9CF275'

red 156 ◦ green 242 ◦ blue 117

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

Shades of Feijoa #9CF275

Tints of Feijoa #9CF275

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.99%

 BLUE value IS 117 (46.09% from 255) = 22.72%

R = 30.29%
G = 46.99%
B = 22.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.52

 K value IS 0.05

RGB Variations

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

Color information

#9CF275 (or 0x9CF275) is known color: Feijoa. HEX triplet: 9C, F2 and 75. RGB value is (156,242,117). Sum of RGB (Red+Green+Blue) = 156+242+117=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 242 (94.92% from 255 or 46.99% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF275 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF275 is #630D8A. Grayscale: #CACACA. Windows color (decimal): -6491531 or 7729820. OLE color: 7729820.

HSL color Cylindrical-coordinate representation of color #9CF275: hue angle of 101.28º degrees, saturation: 0.83, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9CF275 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.05.

Color convert

RGB 156 242 117 -
CMYK 0.36 0 0.52 0.05
HSL 101.28º 0.83% 0.7% -
HSV(B) 101.28º 0.52% 0.95% -
XYZ 48.67 71.86 28.13 -
YUV 202.04 80.01 95.16 -
System Red Green Blue C M Y K H S L
Decimal 156 242 117 0.36 0 0.52 0.05 101.28 0.83 0.7
Hex 9C F2 75 24 0 34 5 65 53 46
Octal 234 362 165 44 0 64 5 145 123 106
Binary 10011100 11110010 1110101 100100 0 110100 101 1100101 1010011 1000110

Color Harmonies of #9CF275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF275

Black with #9CF275

Text Example


Text Example

White with #9CF275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,242,117); }

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

background-color css

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

 a { background-color: rgb(156,242,117); }

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

border-color css

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

 span { border-color: rgb(156,242,117); }

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