Html Css Color HEX #9ED765 Conifer

📋 copy color: '#9ED765'

red 158 ◦ green 215 ◦ blue 101

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

Shades of Conifer #9ED765

Tints of Conifer #9ED765

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

 BLUE value IS 101 (39.84% from 255) = 21.31%

R = 33.33%
G = 45.36%
B = 21.31%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#9ED765 (or 0x9ED765) is known color: Conifer. HEX triplet: 9E, D7 and 65. RGB value is (158,215,101). Sum of RGB (Red+Green+Blue) = 158+215+101=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 101 (39.84% from 255 or 21.31% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED765 is #61289A. Grayscale: #B9B9B9. Windows color (decimal): -6367387 or 6674334. OLE color: 6674334.

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

Color convert

RGB 158 215 101 -
CMYK 0.27 0 0.53 0.16
HSL 90º 0.59% 0.62% -
HSV(B) 90º 0.53% 0.84% -
XYZ 40.75 56.81 21.13 -
YUV 184.96 80.62 108.77 -
System Red Green Blue C M Y K H S L
Decimal 158 215 101 0.27 0 0.53 0.16 90 0.59 0.62
Hex 9E D7 65 1B 0 35 10 5A 3B 3E
Octal 236 327 145 33 0 65 20 132 73 76
Binary 10011110 11010111 1100101 11011 0 110101 10000 1011010 111011 111110

Color Harmonies of #9ED765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED765

Black with #9ED765

Text Example


Text Example

White with #9ED765

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,215,101); }

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

background-color css

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

 a { background-color: rgb(158,215,101); }

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

border-color css

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

 span { border-color: rgb(158,215,101); }

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