Html Css Color HEX #9DF260 Conifer

📋 copy color: '#9DF260'

red 157 ◦ green 242 ◦ blue 96

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

Shades of Conifer #9DF260

Tints of Conifer #9DF260

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.89%

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

R = 31.72%
G = 48.89%
B = 19.39%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#9DF260 (or 0x9DF260) is known color: Conifer. HEX triplet: 9D, F2 and 60. RGB value is (157,242,96). Sum of RGB (Red+Green+Blue) = 157+242+96=495 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.72% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 96 (37.89% from 255 or 19.39% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #9DF260 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DF260 is #620D9F. Grayscale: #C8C8C8. Windows color (decimal): -6426016 or 6353565. OLE color: 6353565.

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

Color convert

RGB 157 242 96 -
CMYK 0.35 0 0.60 0.05
HSL 94.93º 0.85% 0.66% -
HSV(B) 94.93º 0.6% 0.95% -
XYZ 47.77 71.52 22.35 -
YUV 199.94 69.34 97.37 -
System Red Green Blue C M Y K H S L
Decimal 157 242 96 0.35 0 0.60 0.05 94.93 0.85 0.66
Hex 9D F2 60 23 0 3C 5 5F 55 42
Octal 235 362 140 43 0 74 5 137 125 102
Binary 10011101 11110010 1100000 100011 0 111100 101 1011111 1010101 1000010

Color Harmonies of #9DF260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DF260

Black with #9DF260

Text Example


Text Example

White with #9DF260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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