Html Css Color HEX #96F164 Feijoa

📋 copy color: '#96F164'

red 150 ◦ green 241 ◦ blue 100

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

Shades of Feijoa #96F164

Tints of Feijoa #96F164

RGB

 RED value IS 150 (58.98% from 255) = 30.55%

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

 BLUE value IS 100 (39.45% from 255) = 20.37%

R = 30.55%
G = 49.08%
B = 20.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#96F164 (or 0x96F164) is known color: Feijoa. HEX triplet: 96, F1 and 64. RGB value is (150,241,100). Sum of RGB (Red+Green+Blue) = 150+241+100=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 241 (94.53% from 255 or 49.08% from 491); Blue value is 100 (39.45% from 255 or 20.37% from 491); Max value from RGB is 241 - color contains mainly: green. Hex color #96F164 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F164 is #690E9B. Grayscale: #C6C6C6. Windows color (decimal): -6885020 or 6615446. OLE color: 6615446.

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

Color convert

RGB 150 241 100 -
CMYK 0.38 0 0.59 0.05
HSL 98.72º 0.83% 0.67% -
HSV(B) 98.72º 0.59% 0.95% -
XYZ 46.33 70.31 23.19 -
YUV 197.72 72.85 93.96 -
System Red Green Blue C M Y K H S L
Decimal 150 241 100 0.38 0 0.59 0.05 98.72 0.83 0.67
Hex 96 F1 64 26 0 3B 5 63 53 43
Octal 226 361 144 46 0 73 5 143 123 103
Binary 10010110 11110001 1100100 100110 0 111011 101 1100011 1010011 1000011

Color Harmonies of #96F164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F164

Black with #96F164

Text Example


Text Example

White with #96F164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96F164; }

 p { color: rgb(150,241,100); }

 H1.HeaderClassName
 {
   color: #96F164;
 }
 .AnyTagClassName
 {
   color: #96F164;
 }
</style>

background-color css

<style>
 a { background-color: #96F164; }

 a { background-color: rgb(150,241,100); }

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

border-color css

<style>
 span { border-color: #96F164; }

 span { border-color: rgb(150,241,100); }

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