Html Css Color HEX #9CF165 Feijoa

📋 copy color: '#9CF165'

red 156 ◦ green 241 ◦ blue 101

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

Shades of Feijoa #9CF165

Tints of Feijoa #9CF165

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.39%

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 31.33%
G = 48.39%
B = 20.28%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#9CF165 (or 0x9CF165) is known color: Feijoa. HEX triplet: 9C, F1 and 65. RGB value is (156,241,101). Sum of RGB (Red+Green+Blue) = 156+241+101=498 (65% of max value = 765). Red value is 156 (61.33% from 255 or 31.33% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF165 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF165 is #630E9A. Grayscale: #C8C8C8. Windows color (decimal): -6491803 or 6680988. OLE color: 6680988.

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

Color convert

RGB 156 241 101 -
CMYK 0.35 0 0.58 0.05
HSL 96.43º 0.83% 0.67% -
HSV(B) 96.43º 0.58% 0.95% -
XYZ 47.51 70.92 23.5 -
YUV 199.63 72.34 96.88 -
System Red Green Blue C M Y K H S L
Decimal 156 241 101 0.35 0 0.58 0.05 96.43 0.83 0.67
Hex 9C F1 65 23 0 3A 5 60 53 43
Octal 234 361 145 43 0 72 5 140 123 103
Binary 10011100 11110001 1100101 100011 0 111010 101 1100000 1010011 1000011

Color Harmonies of #9CF165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF165

Black with #9CF165

Text Example


Text Example

White with #9CF165

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,241,101); }

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

background-color css

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

 a { background-color: rgb(156,241,101); }

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

border-color css

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

 span { border-color: rgb(156,241,101); }

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