Html Css Color HEX #9EDC62 Conifer

📋 copy color: '#9EDC62'

red 158 ◦ green 220 ◦ blue 98

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

Shades of Conifer #9EDC62

Tints of Conifer #9EDC62

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.22%

 BLUE value IS 98 (38.67% from 255) = 20.59%

R = 33.19%
G = 46.22%
B = 20.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#9EDC62 (or 0x9EDC62) is known color: Conifer. HEX triplet: 9E, DC and 62. RGB value is (158,220,98). Sum of RGB (Red+Green+Blue) = 158+220+98=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 98 (38.67% from 255 or 20.59% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC62 is #61239D. Grayscale: #BBBBBB. Windows color (decimal): -6366110 or 6479006. OLE color: 6479006.

HSL color Cylindrical-coordinate representation of color #9EDC62: hue angle of 90.49º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EDC62 is Cyan = 0.28, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 98 -
CMYK 0.28 0 0.55 0.14
HSL 90.49º 0.64% 0.62% -
HSV(B) 90.49º 0.55% 0.86% -
XYZ 41.9 59.34 20.8 -
YUV 187.55 77.46 106.92 -
System Red Green Blue C M Y K H S L
Decimal 158 220 98 0.28 0 0.55 0.14 90.49 0.64 0.62
Hex 9E DC 62 1C 0 37 E 5A 40 3E
Octal 236 334 142 34 0 67 16 132 100 76
Binary 10011110 11011100 1100010 11100 0 110111 1110 1011010 1000000 111110

Color Harmonies of #9EDC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC62

Black with #9EDC62

Text Example


Text Example

White with #9EDC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,98); }

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

background-color css

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

 a { background-color: rgb(158,220,98); }

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

border-color css

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

 span { border-color: rgb(158,220,98); }

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