Html Css Color HEX #96F96C Feijoa

📋 copy color: '#96F96C'

red 150 ◦ green 249 ◦ blue 108

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

Shades of Feijoa #96F96C

Tints of Feijoa #96F96C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.3%

R = 29.59%
G = 49.11%
B = 21.3%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#96F96C (or 0x96F96C) is known color: Feijoa. HEX triplet: 96, F9 and 6C. RGB value is (150,249,108). Sum of RGB (Red+Green+Blue) = 150+249+108=507 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.59% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 108 (42.58% from 255 or 21.30% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #96F96C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F96C is #690693. Grayscale: #CBCBCB. Windows color (decimal): -6882964 or 7141782. OLE color: 7141782.

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

Color convert

RGB 150 249 108 -
CMYK 0.40 0 0.57 0.02
HSL 102.13º 0.92% 0.7% -
HSV(B) 102.13º 0.57% 0.98% -
XYZ 49.16 75.32 26.13 -
YUV 203.33 74.2 89.96 -
System Red Green Blue C M Y K H S L
Decimal 150 249 108 0.40 0 0.57 0.02 102.13 0.92 0.7
Hex 96 F9 6C 28 0 39 2 66 5C 46
Octal 226 371 154 50 0 71 2 146 134 106
Binary 10010110 11111001 1101100 101000 0 111001 10 1100110 1011100 1000110

Color Harmonies of #96F96C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F96C

Black with #96F96C

Text Example


Text Example

White with #96F96C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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