#9BE464

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

Shades of Conifer #9BE464

Tints of Conifer #9BE464

Color information

#9BE464 (or 0x9BE464) is unknown color: approx Conifer. HEX triplet: 9B, E4 and 64. RGB value is (155,228,100). Sum of RGB (Red+Green+Blue) = 155+228+100=483 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.09% from 483); Green value is 228 (89.45% from 255 or 47.20% from 483); Blue value is 100 (39.45% from 255 or 20.70% from 483); Max value from RGB is 228 - color contains mainly: green. Hex color #9BE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE464 is #641B9B. Grayscale: #C0C0C0. Windows color (decimal): -6560668 or 6612123. OLE color: 6612123.

HSL color Cylindrical-coordinate representation of color #9BE464: hue angle of 94.22º degrees, saturation: 0.7, 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 #9BE464 is Cyan = 0.32, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.

Color convert

RGB155228100-
CMYK0.3200.560.11
HSL94.22º70.33%64.31%-
HSV(B)94.22º56.14%89.41%-
XYZ43.5663.3821.99-
YUV191.5876.32101.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.09%
GREEN value IS 228 (89.45% from 255) = 47.20%
BLUE value IS 100 (39.45% from 255) = 20.70%
R=32.09%
G=47.20%
B=20.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1552281000.3200.560.1194.2270.3364.31
Hex9BE46420038B5e4640
Octal2333441444007013136106100
Binary1001101111100100110010010000001110001011101111010001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,228,100); }

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

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

 a { background-color: rgb(155,228,100); }

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

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

 span { border-color: rgb(155,228,100); }

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