Html Css Color HEX #96F966 Feijoa

📋 copy color: '#96F966'

red 150 ◦ green 249 ◦ blue 102

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

Shades of Feijoa #96F966

Tints of Feijoa #96F966

RGB

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

 GREEN value IS 249 (97.66% from 255) = 49.7%

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

R = 29.94%
G = 49.7%
B = 20.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.02

RGB Variations

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

Color information

#96F966 (or 0x96F966) is known color: Feijoa. HEX triplet: 96, F9 and 66. RGB value is (150,249,102). Sum of RGB (Red+Green+Blue) = 150+249+102=501 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.94% from 501); Green value is 249 (97.66% from 255 or 49.70% from 501); Blue value is 102 (40.23% from 255 or 20.36% from 501); Max value from RGB is 249 - color contains mainly: green. Hex color #96F966 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F966 is #690699. Grayscale: #CBCBCB. Windows color (decimal): -6882970 or 6748566. OLE color: 6748566.

HSL color Cylindrical-coordinate representation of color #96F966: hue angle of 100.41º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #96F966 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.02.

Color convert

RGB 150 249 102 -
CMYK 0.40 0 0.59 0.02
HSL 100.41º 0.92% 0.69% -
HSV(B) 100.41º 0.59% 0.98% -
XYZ 48.85 75.19 24.51 -
YUV 202.64 71.2 90.45 -
System Red Green Blue C M Y K H S L
Decimal 150 249 102 0.40 0 0.59 0.02 100.41 0.92 0.69
Hex 96 F9 66 28 0 3B 2 64 5C 45
Octal 226 371 146 50 0 73 2 144 134 105
Binary 10010110 11111001 1100110 101000 0 111011 10 1100100 1011100 1000101

Color Harmonies of #96F966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F966

Black with #96F966

Text Example


Text Example

White with #96F966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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