Html Css Color HEX #9CF975 Feijoa

📋 copy color: '#9CF975'

red 156 ◦ green 249 ◦ blue 117

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

Shades of Feijoa #9CF975

Tints of Feijoa #9CF975

RGB

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

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

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

R = 29.89%
G = 47.7%
B = 22.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#9CF975 (or 0x9CF975) is known color: Feijoa. HEX triplet: 9C, F9 and 75. RGB value is (156,249,117). Sum of RGB (Red+Green+Blue) = 156+249+117=522 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.89% from 522); Green value is 249 (97.66% from 255 or 47.70% from 522); Blue value is 117 (46.09% from 255 or 22.41% from 522); Max value from RGB is 249 - color contains mainly: green. Hex color #9CF975 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF975 is #63068A. Grayscale: #CECECE. Windows color (decimal): -6489739 or 7731612. OLE color: 7731612.

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

Color convert

RGB 156 249 117 -
CMYK 0.37 0 0.53 0.02
HSL 102.27º 0.92% 0.72% -
HSV(B) 102.27º 0.53% 0.98% -
XYZ 50.8 76.1 28.84 -
YUV 206.15 77.69 92.23 -
System Red Green Blue C M Y K H S L
Decimal 156 249 117 0.37 0 0.53 0.02 102.27 0.92 0.72
Hex 9C F9 75 25 0 35 2 66 5C 48
Octal 234 371 165 45 0 65 2 146 134 110
Binary 10011100 11111001 1110101 100101 0 110101 10 1100110 1011100 1001000

Color Harmonies of #9CF975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF975

Black with #9CF975

Text Example


Text Example

White with #9CF975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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