Html Css Color HEX #96E966 Feijoa

📋 copy color: '#96E966'

red 150 ◦ green 233 ◦ blue 102

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

Shades of Feijoa #96E966

Tints of Feijoa #96E966

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

 BLUE value IS 102 (40.23% from 255) = 21.03%

R = 30.93%
G = 48.04%
B = 21.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#96E966 (or 0x96E966) is known color: Feijoa. HEX triplet: 96, E9 and 66. RGB value is (150,233,102). Sum of RGB (Red+Green+Blue) = 150+233+102=485 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.93% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 102 (40.23% from 255 or 21.03% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #96E966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E966 is #691699. Grayscale: #C1C1C1. Windows color (decimal): -6887066 or 6744470. OLE color: 6744470.

HSL color Cylindrical-coordinate representation of color #96E966: hue angle of 98.02º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E966 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB 150 233 102 -
CMYK 0.36 0 0.56 0.09
HSL 98.02º 0.75% 0.66% -
HSV(B) 98.02º 0.56% 0.91% -
XYZ 44.11 65.72 22.93 -
YUV 193.25 76.5 97.15 -
System Red Green Blue C M Y K H S L
Decimal 150 233 102 0.36 0 0.56 0.09 98.02 0.75 0.66
Hex 96 E9 66 24 0 38 9 62 4B 42
Octal 226 351 146 44 0 70 11 142 113 102
Binary 10010110 11101001 1100110 100100 0 111000 1001 1100010 1001011 1000010

Color Harmonies of #96E966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E966

Black with #96E966

Text Example


Text Example

White with #96E966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,233,102); }

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

background-color css

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

 a { background-color: rgb(150,233,102); }

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

border-color css

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

 span { border-color: rgb(150,233,102); }

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