Html Css Color HEX #96E666 Feijoa

📋 copy color: '#96E666'

red 150 ◦ green 230 ◦ blue 102

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

Shades of Feijoa #96E666

Tints of Feijoa #96E666

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.72%

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

R = 31.12%
G = 47.72%
B = 21.16%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.10

RGB Variations

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

Color information

#96E666 (or 0x96E666) is known color: Feijoa. HEX triplet: 96, E6 and 66. RGB value is (150,230,102). Sum of RGB (Red+Green+Blue) = 150+230+102=482 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.12% from 482); Green value is 230 (90.23% from 255 or 47.72% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 230 - color contains mainly: green. Hex color #96E666 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96E666 is #691999. Grayscale: #BFBFBF. Windows color (decimal): -6887834 or 6743702. OLE color: 6743702.

HSL color Cylindrical-coordinate representation of color #96E666: hue angle of 97.5º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #96E666 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.10.

Color convert

RGB 150 230 102 -
CMYK 0.35 0 0.56 0.10
HSL 97.5º 0.72% 0.65% -
HSV(B) 97.5º 0.56% 0.9% -
XYZ 43.27 64.04 22.65 -
YUV 191.49 77.5 98.41 -
System Red Green Blue C M Y K H S L
Decimal 150 230 102 0.35 0 0.56 0.10 97.5 0.72 0.65
Hex 96 E6 66 23 0 38 A 62 48 41
Octal 226 346 146 43 0 70 12 142 110 101
Binary 10010110 11100110 1100110 100011 0 111000 1010 1100010 1001000 1000001

Color Harmonies of #96E666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96E666

Black with #96E666

Text Example


Text Example

White with #96E666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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