#9DE364

Color #9DE364 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9DE364

Tints of Conifer #9DE364

Color information

#9DE364 (or 0x9DE364) is unknown color: approx Conifer. HEX triplet: 9D, E3 and 64. RGB value is (157,227,100). Sum of RGB (Red+Green+Blue) = 157+227+100=484 (64% of max value = 765). Red value is 157 (61.72% from 255 or 32.44% from 484); Green value is 227 (89.06% from 255 or 46.90% from 484); Blue value is 100 (39.45% from 255 or 20.66% from 484); Max value from RGB is 227 - color contains mainly: green. Hex color #9DE364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE364 is #621C9B. Grayscale: #C0C0C0. Windows color (decimal): -6429852 or 6611869. OLE color: 6611869.

HSL color Cylindrical-coordinate representation of color #9DE364: hue angle of 93.07º degrees, saturation: 0.69, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DE364 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB157227100-
CMYK0.3100.560.11
HSL93.07º69.4%64.12%-
HSV(B)93.07º55.95%89.02%-
XYZ43.6763.0321.92-
YUV191.5976.31103.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.44%
GREEN value IS 227 (89.06% from 255) = 46.90%
BLUE value IS 100 (39.45% from 255) = 20.66%
R=32.44%
G=46.90%
B=20.66%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1572271000.3100.560.1193.0769.464.12
Hex9DE3641F038B5d4540
Octal2353431443707013135105100
Binary100111011110001111001001111101110001011101110110001011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,227,100); }

 H1.HeaderClassName
 {
   color: #9DE364;
 }
 .AnyTagClassName
 {
   color: #9DE364;
 }
</style>
background-color css

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

 a { background-color: rgb(157,227,100); }

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

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

 span { border-color: rgb(157,227,100); }

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