Html Css Color HEX #9ED560 Conifer

📋 copy color: '#9ED560'

red 158 ◦ green 213 ◦ blue 96

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

Shades of Conifer #9ED560

Tints of Conifer #9ED560

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.61%

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

R = 33.83%
G = 45.61%
B = 20.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#9ED560 (or 0x9ED560) is known color: Conifer. HEX triplet: 9E, D5 and 60. RGB value is (158,213,96). Sum of RGB (Red+Green+Blue) = 158+213+96=467 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.83% from 467); Green value is 213 (83.59% from 255 or 45.61% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED560 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED560 is #612A9F. Grayscale: #B7B7B7. Windows color (decimal): -6367904 or 6346142. OLE color: 6346142.

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

Color convert

RGB 158 213 96 -
CMYK 0.26 0 0.55 0.16
HSL 88.21º 0.58% 0.61% -
HSV(B) 88.21º 0.55% 0.84% -
XYZ 40.01 55.7 19.71 -
YUV 183.22 78.78 110.01 -
System Red Green Blue C M Y K H S L
Decimal 158 213 96 0.26 0 0.55 0.16 88.21 0.58 0.61
Hex 9E D5 60 1A 0 37 10 58 3A 3D
Octal 236 325 140 32 0 67 20 130 72 75
Binary 10011110 11010101 1100000 11010 0 110111 10000 1011000 111010 111101

Color Harmonies of #9ED560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED560

Black with #9ED560

Text Example


Text Example

White with #9ED560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,213,96); }

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

background-color css

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

 a { background-color: rgb(158,213,96); }

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

border-color css

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

 span { border-color: rgb(158,213,96); }

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