Html Css Color HEX #9CF16A Feijoa

📋 copy color: '#9CF16A'

red 156 ◦ green 241 ◦ blue 106

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

Shades of Feijoa #9CF16A

Tints of Feijoa #9CF16A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.07%

R = 31.01%
G = 47.91%
B = 21.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.05

RGB Variations

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

Color information

#9CF16A (or 0x9CF16A) is known color: Feijoa. HEX triplet: 9C, F1 and 6A. RGB value is (156,241,106). Sum of RGB (Red+Green+Blue) = 156+241+106=503 (66% of max value = 765). Red value is 156 (61.33% from 255 or 31.01% from 503); Green value is 241 (94.53% from 255 or 47.91% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 241 - color contains mainly: green. Hex color #9CF16A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9CF16A is #630E95. Grayscale: #C8C8C8. Windows color (decimal): -6491798 or 7008668. OLE color: 7008668.

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

Color convert

RGB 156 241 106 -
CMYK 0.35 0 0.56 0.05
HSL 97.78º 0.83% 0.68% -
HSV(B) 97.78º 0.56% 0.95% -
XYZ 47.77 71.02 24.83 -
YUV 200.2 74.84 96.48 -
System Red Green Blue C M Y K H S L
Decimal 156 241 106 0.35 0 0.56 0.05 97.78 0.83 0.68
Hex 9C F1 6A 23 0 38 5 62 53 44
Octal 234 361 152 43 0 70 5 142 123 104
Binary 10011100 11110001 1101010 100011 0 111000 101 1100010 1010011 1000100

Color Harmonies of #9CF16A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CF16A

Black with #9CF16A

Text Example


Text Example

White with #9CF16A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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