Html Css Color HEX #9FFC64 Conifer

📋 copy color: '#9FFC64'

red 159 ◦ green 252 ◦ blue 100

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

Shades of Conifer #9FFC64

Tints of Conifer #9FFC64

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.32%

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

R = 31.12%
G = 49.32%
B = 19.57%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#9FFC64 (or 0x9FFC64) is known color: Conifer. HEX triplet: 9F, FC and 64. RGB value is (159,252,100). Sum of RGB (Red+Green+Blue) = 159+252+100=511 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.12% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC64 is #60039B. Grayscale: #CFCFCF. Windows color (decimal): -6292380 or 6618271. OLE color: 6618271.

HSL color Cylindrical-coordinate representation of color #9FFC64: hue angle of 96.71º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FFC64 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 159 252 100 -
CMYK 0.37 0 0.60 0.01
HSL 96.71º 0.96% 0.69% -
HSV(B) 96.71º 0.6% 0.99% -
XYZ 51.41 77.91 24.39 -
YUV 206.87 67.69 93.86 -
System Red Green Blue C M Y K H S L
Decimal 159 252 100 0.37 0 0.60 0.01 96.71 0.96 0.69
Hex 9F FC 64 25 0 3C 1 61 60 45
Octal 237 374 144 45 0 74 1 141 140 105
Binary 10011111 11111100 1100100 100101 0 111100 1 1100001 1100000 1000101

Color Harmonies of #9FFC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FFC64

Black with #9FFC64

Text Example


Text Example

White with #9FFC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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