Html Css Color HEX #9ED962 Conifer

📋 copy color: '#9ED962'

red 158 ◦ green 217 ◦ blue 98

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

Shades of Conifer #9ED962

Tints of Conifer #9ED962

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.88%

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

R = 33.4%
G = 45.88%
B = 20.72%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#9ED962 (or 0x9ED962) is known color: Conifer. HEX triplet: 9E, D9 and 62. RGB value is (158,217,98). Sum of RGB (Red+Green+Blue) = 158+217+98=473 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.40% from 473); Green value is 217 (85.16% from 255 or 45.88% from 473); Blue value is 98 (38.67% from 255 or 20.72% from 473); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED962 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED962 is #61269D. Grayscale: #BABABA. Windows color (decimal): -6366878 or 6478238. OLE color: 6478238.

HSL color Cylindrical-coordinate representation of color #9ED962: hue angle of 89.75º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9ED962 is Cyan = 0.27, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 217 98 -
CMYK 0.27 0 0.55 0.15
HSL 89.75º 0.61% 0.62% -
HSV(B) 89.75º 0.55% 0.85% -
XYZ 41.12 57.78 20.54 -
YUV 185.79 78.45 108.18 -
System Red Green Blue C M Y K H S L
Decimal 158 217 98 0.27 0 0.55 0.15 89.75 0.61 0.62
Hex 9E D9 62 1B 0 37 F 5A 3D 3E
Octal 236 331 142 33 0 67 17 132 75 76
Binary 10011110 11011001 1100010 11011 0 110111 1111 1011010 111101 111110

Color Harmonies of #9ED962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED962

Black with #9ED962

Text Example


Text Example

White with #9ED962

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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