Html Css Color HEX #9CF375 Feijoa

📋 copy color: '#9CF375'

red 156 ◦ green 243 ◦ blue 117

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

Shades of Feijoa #9CF375

Tints of Feijoa #9CF375

RGB

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

 GREEN value IS 243 (95.31% from 255) = 47.09%

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

R = 30.23%
G = 47.09%
B = 22.67%

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

#9CF375 (or 0x9CF375) is known color: Feijoa. HEX triplet: 9C, F3 and 75. RGB value is (156,243,117). Sum of RGB (Red+Green+Blue) = 156+243+117=516 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.23% from 516); Green value is 243 (95.31% from 255 or 47.09% from 516); Blue value is 117 (46.09% from 255 or 22.67% from 516); Max value from RGB is 243 - color contains mainly: green. Hex color #9CF375 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF375 is #630C8A. Grayscale: #CBCBCB. Windows color (decimal): -6491275 or 7730076. OLE color: 7730076.

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

Color convert

RGB 156 243 117 -
CMYK 0.36 0 0.52 0.05
HSL 101.43º 0.84% 0.71% -
HSV(B) 101.43º 0.52% 0.95% -
XYZ 48.97 72.45 28.23 -
YUV 202.62 79.68 94.75 -
System Red Green Blue C M Y K H S L
Decimal 156 243 117 0.36 0 0.52 0.05 101.43 0.84 0.71
Hex 9C F3 75 24 0 34 5 65 54 47
Octal 234 363 165 44 0 64 5 145 124 107
Binary 10011100 11110011 1110101 100100 0 110100 101 1100101 1010100 1000111

Color Harmonies of #9CF375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF375

Black with #9CF375

Text Example


Text Example

White with #9CF375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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