#9BD45E

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

Shades of Conifer #9BD45E

Tints of Conifer #9BD45E

Color information

#9BD45E (or 0x9BD45E) is unknown color: approx Conifer. HEX triplet: 9B, D4 and 5E. RGB value is (155,212,94). Sum of RGB (Red+Green+Blue) = 155+212+94=461 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.62% from 461); Green value is 212 (83.20% from 255 or 45.99% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD45E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD45E is #642BA1. Grayscale: #B5B5B5. Windows color (decimal): -6564770 or 6214811. OLE color: 6214811.

HSL color Cylindrical-coordinate representation of color #9BD45E: hue angle of 88.98º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BD45E is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB15521294-
CMYK0.2700.560.17
HSL88.98º57.84%60%-
HSV(B)88.98º55.66%83.14%-
XYZ39.0854.8619.12-
YUV181.578.62109.09-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.62%
GREEN value IS 212 (83.20% from 255) = 45.99%
BLUE value IS 94 (37.11% from 255) = 20.39%
R=33.62%
G=45.99%
B=20.39%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal155212940.2700.560.1788.9857.8460
Hex9BD45E1B03811593a3c
Octal23332413633070211317274
Binary10011011110101001011110110110111000100011011001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD45E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,212,94); }

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

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

 a { background-color: rgb(155,212,94); }

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

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

 span { border-color: rgb(155,212,94); }

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