Html Css Color HEX #9FF864 Conifer

📋 copy color: '#9FF864'

red 159 ◦ green 248 ◦ blue 100

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

Shades of Conifer #9FF864

Tints of Conifer #9FF864

RGB

 RED value IS 159 (62.5% from 255) = 31.36%

 GREEN value IS 248 (97.27% from 255) = 48.92%

 BLUE value IS 100 (39.45% from 255) = 19.72%

R = 31.36%
G = 48.92%
B = 19.72%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#9FF864 (or 0x9FF864) is known color: Conifer. HEX triplet: 9F, F8 and 64. RGB value is (159,248,100). Sum of RGB (Red+Green+Blue) = 159+248+100=507 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.36% from 507); Green value is 248 (97.27% from 255 or 48.92% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 248 - color contains mainly: green. Hex color #9FF864 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FF864 is #60079B. Grayscale: #CDCDCD. Windows color (decimal): -6293404 or 6617247. OLE color: 6617247.

HSL color Cylindrical-coordinate representation of color #9FF864: hue angle of 96.08º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FF864 is Cyan = 0.36, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 159 248 100 -
CMYK 0.36 0 0.60 0.03
HSL 96.08º 0.91% 0.68% -
HSV(B) 96.08º 0.6% 0.97% -
XYZ 50.17 75.43 23.97 -
YUV 204.52 69.01 95.53 -
System Red Green Blue C M Y K H S L
Decimal 159 248 100 0.36 0 0.60 0.03 96.08 0.91 0.68
Hex 9F F8 64 24 0 3C 3 60 5B 44
Octal 237 370 144 44 0 74 3 140 133 104
Binary 10011111 11111000 1100100 100100 0 111100 11 1100000 1011011 1000100

Color Harmonies of #9FF864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF864

Black with #9FF864

Text Example


Text Example

White with #9FF864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FF864; }

 p { color: rgb(159,248,100); }

 H1.HeaderClassName
 {
   color: #9FF864;
 }
 .AnyTagClassName
 {
   color: #9FF864;
 }
</style>

background-color css

<style>
 a { background-color: #9FF864; }

 a { background-color: rgb(159,248,100); }

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

border-color css

<style>
 span { border-color: #9FF864; }

 span { border-color: rgb(159,248,100); }

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