Html Css Color HEX #9CF875 Feijoa

📋 copy color: '#9CF875'

red 156 ◦ green 248 ◦ blue 117

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

Shades of Feijoa #9CF875

Tints of Feijoa #9CF875

RGB

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

 GREEN value IS 248 (97.27% from 255) = 47.6%

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

R = 29.94%
G = 47.6%
B = 22.46%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.03

RGB Variations

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

Color information

#9CF875 (or 0x9CF875) is known color: Feijoa. HEX triplet: 9C, F8 and 75. RGB value is (156,248,117). Sum of RGB (Red+Green+Blue) = 156+248+117=521 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.94% from 521); Green value is 248 (97.27% from 255 or 47.60% from 521); Blue value is 117 (46.09% from 255 or 22.46% from 521); Max value from RGB is 248 - color contains mainly: green. Hex color #9CF875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF875 is #63078A. Grayscale: #CDCDCD. Windows color (decimal): -6489995 or 7731356. OLE color: 7731356.

HSL color Cylindrical-coordinate representation of color #9CF875: hue angle of 102.14º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9CF875 is Cyan = 0.37, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.03.

Color convert

RGB 156 248 117 -
CMYK 0.37 0 0.53 0.03
HSL 102.14º 0.9% 0.72% -
HSV(B) 102.14º 0.53% 0.97% -
XYZ 50.49 75.49 28.74 -
YUV 205.56 78.02 92.65 -
System Red Green Blue C M Y K H S L
Decimal 156 248 117 0.37 0 0.53 0.03 102.14 0.9 0.72
Hex 9C F8 75 25 0 35 3 66 5A 48
Octal 234 370 165 45 0 65 3 146 132 110
Binary 10011100 11111000 1110101 100101 0 110101 11 1100110 1011010 1001000

Color Harmonies of #9CF875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF875

Black with #9CF875

Text Example


Text Example

White with #9CF875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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