Html Css Color HEX #96F162 Conifer

📋 copy color: '#96F162'

red 150 ◦ green 241 ◦ blue 98

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

Shades of Conifer #96F162

Tints of Conifer #96F162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20.04%

R = 30.67%
G = 49.28%
B = 20.04%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.05

RGB Variations

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

Color information

#96F162 (or 0x96F162) is known color: Conifer. HEX triplet: 96, F1 and 62. RGB value is (150,241,98). Sum of RGB (Red+Green+Blue) = 150+241+98=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #96F162 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96F162 is #690E9D. Grayscale: #C5C5C5. Windows color (decimal): -6885022 or 6484374. OLE color: 6484374.

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

Color convert

RGB 150 241 98 -
CMYK 0.38 0 0.59 0.05
HSL 98.18º 0.84% 0.66% -
HSV(B) 98.18º 0.59% 0.95% -
XYZ 46.24 70.28 22.68 -
YUV 197.49 71.85 94.13 -
System Red Green Blue C M Y K H S L
Decimal 150 241 98 0.38 0 0.59 0.05 98.18 0.84 0.66
Hex 96 F1 62 26 0 3B 5 62 54 42
Octal 226 361 142 46 0 73 5 142 124 102
Binary 10010110 11110001 1100010 100110 0 111011 101 1100010 1010100 1000010

Color Harmonies of #96F162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96F162

Black with #96F162

Text Example


Text Example

White with #96F162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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