Html Css Color HEX #96EB6C Feijoa

📋 copy color: '#96EB6C'

red 150 ◦ green 235 ◦ blue 108

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

Shades of Feijoa #96EB6C

Tints of Feijoa #96EB6C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.67%

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

R = 30.43%
G = 47.67%
B = 21.91%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.08

RGB Variations

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

Color information

#96EB6C (or 0x96EB6C) is known color: Feijoa. HEX triplet: 96, EB and 6C. RGB value is (150,235,108). Sum of RGB (Red+Green+Blue) = 150+235+108=493 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.43% from 493); Green value is 235 (92.19% from 255 or 47.67% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB6C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB6C is #691493. Grayscale: #C3C3C3. Windows color (decimal): -6886548 or 7138198. OLE color: 7138198.

HSL color Cylindrical-coordinate representation of color #96EB6C: hue angle of 100.16º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96EB6C is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB 150 235 108 -
CMYK 0.36 0 0.54 0.08
HSL 100.16º 0.76% 0.67% -
HSV(B) 100.16º 0.54% 0.92% -
XYZ 44.99 66.98 24.75 -
YUV 195.11 78.84 95.83 -
System Red Green Blue C M Y K H S L
Decimal 150 235 108 0.36 0 0.54 0.08 100.16 0.76 0.67
Hex 96 EB 6C 24 0 36 8 64 4C 43
Octal 226 353 154 44 0 66 10 144 114 103
Binary 10010110 11101011 1101100 100100 0 110110 1000 1100100 1001100 1000011

Color Harmonies of #96EB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96EB6C

Black with #96EB6C

Text Example


Text Example

White with #96EB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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