Html Css Color HEX #9ED650 Conifer

📋 copy color: '#9ED650'

red 158 ◦ green 214 ◦ blue 80

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

Shades of Conifer #9ED650

Tints of Conifer #9ED650

RGB

 RED value IS 158 (62.11% from 255) = 34.96%

 GREEN value IS 214 (83.98% from 255) = 47.35%

 BLUE value IS 80 (31.64% from 255) = 17.7%

R = 34.96%
G = 47.35%
B = 17.7%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#9ED650 (or 0x9ED650) is known color: Conifer. HEX triplet: 9E, D6 and 50. RGB value is (158,214,80). Sum of RGB (Red+Green+Blue) = 158+214+80=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 214 (83.98% from 255 or 47.35% from 452); Blue value is 80 (31.64% from 255 or 17.70% from 452); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED650 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED650 is #6129AF. Grayscale: #B6B6B6. Windows color (decimal): -6367664 or 5297822. OLE color: 5297822.

HSL color Cylindrical-coordinate representation of color #9ED650: hue angle of 85.07º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9ED650 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 80 -
CMYK 0.26 0 0.63 0.16
HSL 85.07º 0.62% 0.58% -
HSV(B) 85.07º 0.63% 0.84% -
XYZ 39.6 55.94 16.3 -
YUV 181.98 70.45 110.9 -
System Red Green Blue C M Y K H S L
Decimal 158 214 80 0.26 0 0.63 0.16 85.07 0.62 0.58
Hex 9E D6 50 1A 0 3F 10 55 3E 3A
Octal 236 326 120 32 0 77 20 125 76 72
Binary 10011110 11010110 1010000 11010 0 111111 10000 1010101 111110 111010

Color Harmonies of #9ED650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED650

Black with #9ED650

Text Example


Text Example

White with #9ED650

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,80); }

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

background-color css

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

 a { background-color: rgb(158,214,80); }

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

border-color css

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

 span { border-color: rgb(158,214,80); }

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