Html Css Color HEX #9DF060 Conifer

📋 copy color: '#9DF060'

red 157 ◦ green 240 ◦ blue 96

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

Shades of Conifer #9DF060

Tints of Conifer #9DF060

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.68%

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

R = 31.85%
G = 48.68%
B = 19.47%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.6

 K value IS 0.06

RGB Variations

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

Color information

#9DF060 (or 0x9DF060) is known color: Conifer. HEX triplet: 9D, F0 and 60. RGB value is (157,240,96). Sum of RGB (Red+Green+Blue) = 157+240+96=493 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.85% from 493); Green value is 240 (94.14% from 255 or 48.68% from 493); Blue value is 96 (37.89% from 255 or 19.47% from 493); Max value from RGB is 240 - color contains mainly: green. Hex color #9DF060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF060 is #620F9F. Grayscale: #C7C7C7. Windows color (decimal): -6426528 or 6353053. OLE color: 6353053.

HSL color Cylindrical-coordinate representation of color #9DF060: hue angle of 94.58º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DF060 is Cyan = 0.35, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.06.

Color convert

RGB 157 240 96 -
CMYK 0.35 0 0.6 0.06
HSL 94.58º 0.83% 0.66% -
HSV(B) 94.58º 0.6% 0.94% -
XYZ 47.18 70.33 22.16 -
YUV 198.77 70 98.21 -
System Red Green Blue C M Y K H S L
Decimal 157 240 96 0.35 0 0.6 0.06 94.58 0.83 0.66
Hex 9D F0 60 23 0 3C 6 5F 53 42
Octal 235 360 140 43 0 74 6 137 123 102
Binary 10011101 11110000 1100000 100011 0 111100 110 1011111 1010011 1000010

Color Harmonies of #9DF060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF060

Black with #9DF060

Text Example


Text Example

White with #9DF060

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,240,96); }

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

background-color css

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

 a { background-color: rgb(157,240,96); }

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

border-color css

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

 span { border-color: rgb(157,240,96); }

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