Html Css Color HEX #96F066 Feijoa

📋 copy color: '#96F066'

red 150 ◦ green 240 ◦ blue 102

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

Shades of Feijoa #96F066

Tints of Feijoa #96F066

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.78%

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

R = 30.49%
G = 48.78%
B = 20.73%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#96F066 (or 0x96F066) is known color: Feijoa. HEX triplet: 96, F0 and 66. RGB value is (150,240,102). Sum of RGB (Red+Green+Blue) = 150+240+102=492 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.49% from 492); Green value is 240 (94.14% from 255 or 48.78% from 492); Blue value is 102 (40.23% from 255 or 20.73% from 492); Max value from RGB is 240 - color contains mainly: green. Hex color #96F066 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F066 is #690F99. Grayscale: #C5C5C5. Windows color (decimal): -6885274 or 6746262. OLE color: 6746262.

HSL color Cylindrical-coordinate representation of color #96F066: hue angle of 99.13º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96F066 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 150 240 102 -
CMYK 0.37 0 0.58 0.06
HSL 99.13º 0.82% 0.67% -
HSV(B) 99.13º 0.58% 0.94% -
XYZ 46.14 69.76 23.6 -
YUV 197.36 74.18 94.22 -
System Red Green Blue C M Y K H S L
Decimal 150 240 102 0.37 0 0.58 0.06 99.13 0.82 0.67
Hex 96 F0 66 25 0 3A 6 63 52 43
Octal 226 360 146 45 0 72 6 143 122 103
Binary 10010110 11110000 1100110 100101 0 111010 110 1100011 1010010 1000011

Color Harmonies of #96F066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F066

Black with #96F066

Text Example


Text Example

White with #96F066

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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