Html Css Color HEX #9EDC54 Conifer

📋 copy color: '#9EDC54'

red 158 ◦ green 220 ◦ blue 84

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

Shades of Conifer #9EDC54

Tints of Conifer #9EDC54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.18%

R = 34.2%
G = 47.62%
B = 18.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#9EDC54 (or 0x9EDC54) is known color: Conifer. HEX triplet: 9E, DC and 54. RGB value is (158,220,84). Sum of RGB (Red+Green+Blue) = 158+220+84=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC54 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC54 is #6123AB. Grayscale: #BABABA. Windows color (decimal): -6366124 or 5561502. OLE color: 5561502.

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

Color convert

RGB 158 220 84 -
CMYK 0.28 0 0.62 0.14
HSL 87.35º 0.66% 0.6% -
HSV(B) 87.35º 0.62% 0.86% -
XYZ 41.29 59.1 17.62 -
YUV 185.96 70.46 108.06 -
System Red Green Blue C M Y K H S L
Decimal 158 220 84 0.28 0 0.62 0.14 87.35 0.66 0.6
Hex 9E DC 54 1C 0 3E E 57 42 3C
Octal 236 334 124 34 0 76 16 127 102 74
Binary 10011110 11011100 1010100 11100 0 111110 1110 1010111 1000010 111100

Color Harmonies of #9EDC54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC54

Black with #9EDC54

Text Example


Text Example

White with #9EDC54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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