Html Css Color HEX #98F160 Conifer

📋 copy color: '#98F160'

red 152 ◦ green 241 ◦ blue 96

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

Shades of Conifer #98F160

Tints of Conifer #98F160

RGB

 RED value IS 152 (59.77% from 255) = 31.08%

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

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

R = 31.08%
G = 49.28%
B = 19.63%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#98F160 (or 0x98F160) is known color: Conifer. HEX triplet: 98, F1 and 60. RGB value is (152,241,96). Sum of RGB (Red+Green+Blue) = 152+241+96=489 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.08% from 489); Green value is 241 (94.53% from 255 or 49.28% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 241 - color contains mainly: green. Hex color #98F160 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F160 is #670E9F. Grayscale: #C6C6C6. Windows color (decimal): -6753952 or 6353304. OLE color: 6353304.

HSL color Cylindrical-coordinate representation of color #98F160: hue angle of 96.83º 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 #98F160 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 152 241 96 -
CMYK 0.37 0 0.60 0.05
HSL 96.83º 0.84% 0.66% -
HSV(B) 96.83º 0.6% 0.95% -
XYZ 46.52 70.43 22.21 -
YUV 197.86 70.51 95.29 -
System Red Green Blue C M Y K H S L
Decimal 152 241 96 0.37 0 0.60 0.05 96.83 0.84 0.66
Hex 98 F1 60 25 0 3C 5 61 54 42
Octal 230 361 140 45 0 74 5 141 124 102
Binary 10011000 11110001 1100000 100101 0 111100 101 1100001 1010100 1000010

Color Harmonies of #98F160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98F160

Black with #98F160

Text Example


Text Example

White with #98F160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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