Html Css Color HEX #9FE95D Conifer

📋 copy color: '#9FE95D'

red 159 ◦ green 233 ◦ blue 93

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

Shades of Conifer #9FE95D

Tints of Conifer #9FE95D

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.04%

 BLUE value IS 93 (36.72% from 255) = 19.18%

R = 32.78%
G = 48.04%
B = 19.18%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.60

 K value IS 0.09

RGB Variations

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

Color information

#9FE95D (or 0x9FE95D) is known color: Conifer. HEX triplet: 9F, E9 and 5D. RGB value is (159,233,93). Sum of RGB (Red+Green+Blue) = 159+233+93=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE95D is #6016A2. Grayscale: #C3C3C3. Windows color (decimal): -6297251 or 6154655. OLE color: 6154655.

HSL color Cylindrical-coordinate representation of color #9FE95D: hue angle of 91.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FE95D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB 159 233 93 -
CMYK 0.32 0 0.60 0.09
HSL 91.71º 0.76% 0.64% -
HSV(B) 91.71º 0.6% 0.91% -
XYZ 45.41 66.44 20.79 -
YUV 194.91 70.48 102.38 -
System Red Green Blue C M Y K H S L
Decimal 159 233 93 0.32 0 0.60 0.09 91.71 0.76 0.64
Hex 9F E9 5D 20 0 3C 9 5C 4C 40
Octal 237 351 135 40 0 74 11 134 114 100
Binary 10011111 11101001 1011101 100000 0 111100 1001 1011100 1001100 1000000

Color Harmonies of #9FE95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FE95D

Black with #9FE95D

Text Example


Text Example

White with #9FE95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,233,93); }

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

background-color css

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

 a { background-color: rgb(159,233,93); }

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

border-color css

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

 span { border-color: rgb(159,233,93); }

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