Html Css Color HEX #9DF14E Conifer

📋 copy color: '#9DF14E'

red 157 ◦ green 241 ◦ blue 78

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

Shades of Conifer #9DF14E

Tints of Conifer #9DF14E

RGB

 RED value IS 157 (61.72% from 255) = 32.98%

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

 BLUE value IS 78 (30.86% from 255) = 16.39%

R = 32.98%
G = 50.63%
B = 16.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#9DF14E (or 0x9DF14E) is known color: Conifer. HEX triplet: 9D, F1 and 4E. RGB value is (157,241,78). Sum of RGB (Red+Green+Blue) = 157+241+78=476 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.98% from 476); Green value is 241 (94.53% from 255 or 50.63% from 476); Blue value is 78 (30.86% from 255 or 16.39% from 476); Max value from RGB is 241 - color contains mainly: green. Hex color #9DF14E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF14E is #620EB1. Grayscale: #C5C5C5. Windows color (decimal): -6426290 or 5173661. OLE color: 5173661.

HSL color Cylindrical-coordinate representation of color #9DF14E: hue angle of 90.92º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9DF14E is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 157 241 78 -
CMYK 0.35 0 0.68 0.05
HSL 90.92º 0.85% 0.63% -
HSV(B) 90.92º 0.68% 0.95% -
XYZ 46.74 70.63 18.38 -
YUV 197.3 60.67 99.25 -
System Red Green Blue C M Y K H S L
Decimal 157 241 78 0.35 0 0.68 0.05 90.92 0.85 0.63
Hex 9D F1 4E 23 0 44 5 5B 55 3F
Octal 235 361 116 43 0 104 5 133 125 77
Binary 10011101 11110001 1001110 100011 0 1000100 101 1011011 1010101 111111

Color Harmonies of #9DF14E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF14E

Black with #9DF14E

Text Example


Text Example

White with #9DF14E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,241,78); }

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

background-color css

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

 a { background-color: rgb(157,241,78); }

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

border-color css

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

 span { border-color: rgb(157,241,78); }

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