Html Css Color HEX #96F160 Conifer

📋 copy color: '#96F160'

red 150 ◦ green 241 ◦ blue 96

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

Shades of Conifer #96F160

Tints of Conifer #96F160

RGB

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

 GREEN value IS 241 (94.53% from 255) = 49.49%

 BLUE value IS 96 (37.89% from 255) = 19.71%

R = 30.8%
G = 49.49%
B = 19.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#96F160 (or 0x96F160) is known color: Conifer. HEX triplet: 96, F1 and 60. RGB value is (150,241,96). Sum of RGB (Red+Green+Blue) = 150+241+96=487 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.80% from 487); Green value is 241 (94.53% from 255 or 49.49% from 487); Blue value is 96 (37.89% from 255 or 19.71% from 487); Max value from RGB is 241 - color contains mainly: green. Hex color #96F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F160 is #690E9F. Grayscale: #C5C5C5. Windows color (decimal): -6885024 or 6353302. OLE color: 6353302.

HSL color Cylindrical-coordinate representation of color #96F160: hue angle of 97.66º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96F160 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 150 241 96 -
CMYK 0.38 0 0.60 0.05
HSL 97.66º 0.84% 0.66% -
HSV(B) 97.66º 0.6% 0.95% -
XYZ 46.14 70.24 22.19 -
YUV 197.26 70.85 94.29 -
System Red Green Blue C M Y K H S L
Decimal 150 241 96 0.38 0 0.60 0.05 97.66 0.84 0.66
Hex 96 F1 60 26 0 3C 5 62 54 42
Octal 226 361 140 46 0 74 5 142 124 102
Binary 10010110 11110001 1100000 100110 0 111100 101 1100010 1010100 1000010

Color Harmonies of #96F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F160

Black with #96F160

Text Example


Text Example

White with #96F160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,241,96); }

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

background-color css

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

 a { background-color: rgb(150,241,96); }

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

border-color css

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

 span { border-color: rgb(150,241,96); }

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